Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

252 lines
13 KiB

  1. /* (C) 1997-1999 Microsoft Corp.
  2. *
  3. * tslabels.ini
  4. *
  5. * PerfMon Lodctr description strings for TS perf objects.
  6. */
  7. [info]
  8. drivername=TermService
  9. symbolfile=tslabels.h
  10. trusted=
  11. [objects]
  12. WINSTATION_OBJECT_009_NAME=Terminal Services Session
  13. TERMSERVER_OBJECT_009_NAME=Terminal Services
  14. // One key (value optional) for each language supported.
  15. [languages]
  16. 009=English
  17. [text]
  18. //
  19. // WinStation object
  20. //
  21. WINSTATION_OBJECT_009_NAME=Terminal Services Session
  22. WINSTATION_OBJECT_009_HELP=Terminal Services per-session resource monitoring.
  23. // Input
  24. INWDBYTES_009_NAME=Input WdBytes
  25. INWDBYTES_009_HELP=Number of bytes input on this session after all protocol overhead has been removed.
  26. INWDFRAMES_009_NAME=Input WdFrames
  27. INWDFRAMES_009_HELP=The number of frames input after any additional protocol added frames have been removed.
  28. INWAITFOROUTBUF_009_NAME=Input WaitForOutBuf
  29. INWAITFOROUTBUF_009_HELP=The number of times that a wait for an available send buffer was done by the protocols on the client side of the connection.
  30. INFRAMES_009_NAME=Input Frames
  31. INFRAMES_009_HELP=Number of frames (packets) input on this Session.
  32. INBYTES_009_NAME=Input Bytes
  33. INBYTES_009_HELP=Number of bytes input on this session that includes all protocol overhead.
  34. INCOMPBYTES_009_NAME=Input Compressed Bytes
  35. INCOMPBYTES_009_HELP=Number of bytes input after compression. This number compared with the Total Bytes input is the compression ratio.
  36. INCOMPFLUSHES_009_NAME=Input Compress Flushes
  37. INCOMPFLUSHES_009_HELP=Number of input compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transferring compressed files over Client Drive Mapping.
  38. INERRORS_009_NAME=Input Errors
  39. INERRORS_009_HELP=Number of input errors of all types. Some example input errors are lost ACK's, badly formed packets, etc.
  40. INTIMEOUTS_009_NAME=Input Timeouts
  41. INTIMEOUTS_009_HELP=The total number of timeouts on the communication line as seen from the client side of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
  42. INASYNCFRAMEERR_009_NAME=Input Async Frame Error
  43. INASYNCFRAMEERR_009_HELP=Number of input async framing errors. These can be caused by a noisy transmission line. Using a smaller packet size may help in some cases.
  44. INASYNCOVERRUN_009_NAME=Input Async Overrun
  45. INASYNCOVERRUN_009_HELP=Number of input async overrun errors. These can be caused by the baud rate being faster than the computer can handle, or a non-16550 serial line is used. Overruns can also occur if too many high speed serial lines are active at one time for the processor's power.
  46. INASYNCOVERFLOW_009_NAME=Input Async Overflow
  47. INASYNCOVERFLOW_009_HELP=Number of input async overflow errors. These can be caused by a lack of buffer space available on the host.
  48. INASYNCPARITY_009_NAME=Input Async Parity Error
  49. INASYNCPARITY_009_HELP=Number of input async parity errors. These can be caused by a noisy transmission line
  50. INTDERRORS_009_NAME=Input Transport Errors
  51. INTDERRORS_009_HELP=Number of Terminal Services transport-level errors on input.
  52. // Output
  53. OUTWDBYTES_009_NAME=Output WdBytes
  54. OUTWDBYTES_009_HELP=Number of bytes output on this session after all protocol overhead has been removed.
  55. OUTWDFRAMES_009_NAME=Output WdFrames
  56. OUTWDFRAMES_009_HELP=The number of frames output before any additional protocol frames have been added.
  57. OUTWAITFOROUTBUF_009_NAME=Output WaitForOutBuf
  58. OUTWAITFOROUTBUF_009_HELP=This is the number of times that a wait for an available send buffer was done by the protocol on the server side of the connection.
  59. OUTFRAMES_009_NAME=Output Frames
  60. OUTFRAMES_009_HELP=Number of frames (packets) output on this session.
  61. OUTBYTES_009_NAME=Output Bytes
  62. OUTBYTES_009_HELP=Number of bytes output on this Session that includes all protocol overhead.
  63. OUTCOMPBYTES_009_NAME=Output Compressed Bytes
  64. OUTCOMPBYTES_009_HELP=Number of bytes output after compression. This number compared with the Total Bytes output is the compression ratio.
  65. OUTCOMPFLUSHES_009_NAME=Output Compress Flushes
  66. OUTCOMPFLUSHES_009_HELP=Number of output compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transfering compressed files over Client Drive Mapping.
  67. OUTERRORS_009_NAME=Output Errors
  68. OUTERRORS_009_HELP=Number of output errors of all types. Some example output errors are lost ACK's, badly formed packets, etc.
  69. OUTTIMEOUTS_009_NAME=Output Timeouts
  70. OUTTIMEOUTS_009_HELP=The total number of timeouts on the communication line from the host side of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
  71. OUTASYNCFRAMEERR_009_NAME=Output Async Frame Error
  72. OUTASYNCFRAMEERR_009_HELP=Number of output async framing errors. This could be caused by a hardware or line problem.
  73. OUTASYNCOVERRUN_009_NAME=Output Async Overrun
  74. OUTASYNCOVERRUN_009_HELP=Number of output async overrun errors.
  75. OUTASYNCOVERFLOW_009_NAME=Output Async Overflow
  76. OUTASYNCOVERFLOW_009_HELP=Number of output async overflow errors.
  77. OUTASYNCPARITY_009_NAME=Output Async Parity Error
  78. OUTASYNCPARITY_009_HELP=Number of output async parity errors. These can be caused by a hardware or line problem.
  79. OUTTDERRORS_009_NAME=Output Transport Errors
  80. OUTTDERRORS_009_HELP=Number of Terminal Services transport-level errors on output.
  81. // Totals
  82. TOTALWDBYTES_009_NAME=Total WdBytes
  83. TOTALWDBYTES_009_HELP=Total number of bytes on this Session after all protocol overhead has been removed.
  84. TOTALWDFRAMES_009_NAME=Total WdFrames
  85. TOTALWDFRAMES_009_HELP=The total number of frames input and output before any additional protocol frames have been added.
  86. TOTALWAITFOROUTBUF_009_NAME=Total WaitForOutBuf
  87. TOTALWAITFOROUTBUF_009_HELP=The number of times that a wait for an available send buffer was done by the protocols on both the server and client sides of the connection.
  88. TOTALFRAMES_009_NAME=Total Frames
  89. TOTALFRAMES_009_HELP=Total number of frames (packets) on this Session.
  90. TOTALBYTES_009_NAME=Total Bytes
  91. TOTALBYTES_009_HELP=Total number of bytes on this Session that includes all protocol overhead.
  92. TOTALCOMPBYTES_009_NAME=Total Compressed Bytes
  93. TOTALCOMPBYTES_009_HELP=Total number of bytes after compression. This number compared with the total bytes is the compression ratio.
  94. TOTALCOMPFLUSHES_009_NAME=Total Compress Flushes
  95. TOTALCOMPFLUSHES_009_HELP=Total number of compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transfering compressed files over Client Drive Mapping.
  96. TOTALERRORS_009_NAME=Total Errors
  97. TOTALERRORS_009_HELP=Total number of errors of all types. Some example errors are lost ACK's, badly formed packets, etc.
  98. TOTALTIMEOUTS_009_NAME=Total Timeouts
  99. TOTALTIMEOUTS_009_HELP=The total number of timeouts on the communication line from both the host and client sides of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
  100. TOTALASYNCFRAMEERR_009_NAME=Total Async Frame Error
  101. TOTALASYNCFRAMEERR_009_HELP=Total number of async framing errors. These can be caused by a noisy transmission line. Using a smaller packet size may help in some cases.
  102. TOTALASYNCOVERRUN_009_NAME=Total Async Overrun
  103. TOTALASYNCOVERRUN_009_HELP=Total number of async overrun errors. These can be caused by the baud rate being faster than the computer can handle, or a non-16550 serial line is used. Overruns can also occur if too many high speed serial lines are active at one time for the processor's power.
  104. TOTALASYNCOVERFLOW_009_NAME=Total Async Overflow
  105. TOTALASYNCOVERFLOW_009_HELP=Total number of async overflow errors. These can be caused by a lack of buffer space available on the host.
  106. TOTALASYNCPARITY_009_NAME=Total Async Parity Error
  107. TOTALASYNCPARITY_009_HELP=Total number of async parity errors. These can be caused by a noisy transmission line.
  108. TOTALTDERRORS_009_NAME=Total Transport Errors
  109. TOTALTDERRORS_009_HELP=Total number of Terminal Services transport-level errors.
  110. // Display driver cache counter entries
  111. // Totals
  112. DDCACHEREAD_009_NAME=Total Protocol Cache Reads
  113. DDCACHEREAD_009_HELP=Total references to all protocol caches.
  114. DDCACHEHIT_009_NAME=Total Protocol Cache Hits
  115. DDCACHEHIT_009_HELP=Total hits in all protocol caches. The protocol caches Windows objects that are likely to be re-used to avoid having to re-send them on the transmission line. Example objects are Windows icons and brushes. Hits in the cache represent objects that did not need to be re-sent.
  116. DDCACHEPERCENT_009_NAME=Total Protocol Cache Hit Ratio
  117. DDCACHEPERCENT_009_HELP=Overall hit ratio for all protocol caches.
  118. // Bitmap cache
  119. DDBITMAPCACHEREAD_009_NAME=Protocol Bitmap Cache Reads
  120. DDBITMAPCACHEREAD_009_HELP=Number of references to the protocol bitmap cache.
  121. DDBITMAPCACHEHIT_009_NAME=Protocol Bitmap Cache Hits
  122. DDBITMAPCACHEHIT_009_HELP=Number of hits in the protocol bitmap cache.
  123. DDBITMAPCACHEPERCENT_009_NAME=Protocol Bitmap Cache Hit Ratio
  124. DDBITMAPCACHEPERCENT_009_HELP=Hit ratio in the protocol bitmap cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  125. // Glyph cache
  126. DDGLYPHCACHEREAD_009_NAME=Protocol Glyph Cache Reads
  127. DDGLYPHCACHEREAD_009_HELP=Number of references to the protocol glyph cache.
  128. DDGLYPHCACHEHIT_009_NAME=Protocol Glyph Cache Hits
  129. DDGLYPHCACHEHIT_009_HELP=Number of hits in the protocol glyph cache.
  130. DDGLYPHCACHEPERCENT_009_NAME=Protocol Glyph Cache Hit Ratio
  131. DDGLYPHCACHEPERCENT_009_HELP=Hit ratio in the protocol glyph cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  132. // Brush cache
  133. DDBRUSHCACHEREAD_009_NAME=Protocol Brush Cache Reads
  134. DDBRUSHCACHEREAD_009_HELP=Number of references to the protocol brush cache.
  135. DDBRUSHCACHEHIT_009_NAME=Protocol Brush Cache Hits
  136. DDBRUSHCACHEHIT_009_HELP=Number of hits in the protocol brush cache.
  137. DDBRUSHCACHEPERCENT_009_NAME=Protocol Brush Cache Hit Ratio
  138. DDBRUSHCACHEPERCENT_009_HELP=Hit ratio in the protocol brush cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  139. // Save screen bitmap cache
  140. DDSAVESCRCACHEREAD_009_NAME=Protocol Save Screen Bitmap Cache Reads
  141. DDSAVESCRCACHEREAD_009_HELP=Number of references to the protocol save screen bitmap cache.
  142. DDSAVESCRCACHEHIT_009_NAME=Protocol Save Screen Bitmap Cache Hits
  143. DDSAVESCRCACHEHIT_009_HELP=Number of hits in the protocol save screen bitmap cache.
  144. DDSAVESCRCACHEPERCENT_009_NAME=Protocol Save Screen Bitmap Cache Hit Ratio
  145. DDSAVESCRCACHEPERCENT_009_HELP=Hit ratio in the protocol save screen bitmap cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  146. // Compression PD ratio
  147. INCOMPRESS_PERCENT_009_NAME=Input Compression Ratio
  148. INCOMPRESS_PERCENT_009_HELP=Compression ratio of the server input data stream.
  149. OUTCOMPRESS_PERCENT_009_NAME=Output Compression Ratio
  150. OUTCOMPRESS_PERCENT_009_HELP=Compression ratio of the server output data stream.
  151. TOTALCOMPRESS_PERCENT_009_NAME=Total Compression Ratio
  152. TOTALCOMPRESS_PERCENT_009_HELP=Total compression ratio of the server data stream.
  153. //
  154. // TermService object
  155. //
  156. TERMSERVER_OBJECT_009_NAME=Terminal Services
  157. TERMSERVER_OBJECT_009_HELP=Terminal Services summary information.
  158. NUMSESSIONS_009_NAME=Total Sessions
  159. NUMSESSIONS_009_HELP=Total number of Terminal Services sessions.
  160. NUMACTIVESESSIONS_009_NAME=Active Sessions
  161. NUMACTIVESESSIONS_009_HELP=Number of active Terminal Services sessions.
  162. NUMINACTIVESESSIONS_009_NAME=Inactive Sessions
  163. NUMINACTIVESESSIONS_009_HELP=Number of inactive Terminal Services sessions.