home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / TermService / tslabels.h
Text File  |  2008-01-05  |  3KB  |  92 lines

  1. /* (C) 1997-1998 Microsoft Corp.
  2.  *
  3.  * tslabels.h
  4.  *
  5.  * PerfMon Lodctr utility offsets for TS perf objects.
  6.  */
  7.  
  8. // TS defined counter names and explain text defines
  9. #define WINSTATION_OBJECT             0
  10.  
  11. // Input
  12. #define INWDBYTES                     2
  13. #define INWDFRAMES                    4
  14. #define INWAITFOROUTBUF               6
  15. #define INFRAMES                      8
  16. #define INBYTES                       10
  17. #define INCOMPBYTES                   12
  18. #define INCOMPFLUSHES                 14
  19. #define INERRORS                      16
  20. #define INTIMEOUTS                    18
  21. #define INASYNCFRAMEERR               20
  22. #define INASYNCOVERRUN                22
  23. #define INASYNCOVERFLOW               24
  24. #define INASYNCPARITY                 26
  25. #define INTDERRORS                    28
  26.  
  27. // Output
  28. #define OUTWDBYTES                    30
  29. #define OUTWDFRAMES                   32
  30. #define OUTWAITFOROUTBUF              34
  31. #define OUTFRAMES                     36
  32. #define OUTBYTES                      38
  33. #define OUTCOMPBYTES                  40
  34. #define OUTCOMPFLUSHES                42
  35. #define OUTERRORS                     44
  36. #define OUTTIMEOUTS                   46
  37. #define OUTASYNCFRAMEERR              48
  38. #define OUTASYNCOVERRUN               50
  39. #define OUTASYNCOVERFLOW              52
  40. #define OUTASYNCPARITY                54
  41. #define OUTTDERRORS                   56
  42.  
  43. // Totals
  44. #define TOTALWDBYTES                  58
  45. #define TOTALWDFRAMES                 60
  46. #define TOTALWAITFOROUTBUF            62
  47. #define TOTALFRAMES                   64
  48. #define TOTALBYTES                    66
  49. #define TOTALCOMPBYTES                68
  50. #define TOTALCOMPFLUSHES              70
  51. #define TOTALERRORS                   72
  52. #define TOTALTIMEOUTS                 74
  53. #define TOTALASYNCFRAMEERR            76
  54. #define TOTALASYNCOVERRUN             78
  55. #define TOTALASYNCOVERFLOW            80
  56. #define TOTALASYNCPARITY              82
  57. #define TOTALTDERRORS                 84
  58.  
  59. // Display driver cache counter entries
  60. // Totals
  61. #define DDCACHEREAD                   86
  62. #define DDCACHEHIT                    88
  63. #define DDCACHEPERCENT                90
  64.  
  65. // Bitmap cache
  66. #define DDBITMAPCACHEREAD             92
  67. #define DDBITMAPCACHEHIT              94
  68. #define DDBITMAPCACHEPERCENT          96
  69.  
  70. // Glyph cache
  71. #define DDGLYPHCACHEREAD              98
  72. #define DDGLYPHCACHEHIT               100
  73. #define DDGLYPHCACHEPERCENT           102
  74.  
  75. // Brush cache
  76. #define DDBRUSHCACHEREAD              104
  77. #define DDBRUSHCACHEHIT               106
  78. #define DDBRUSHCACHEPERCENT           108
  79.  
  80. // Save screen bitmap cache
  81. #define DDSAVESCRCACHEREAD            110
  82. #define DDSAVESCRCACHEHIT             112
  83. #define DDSAVESCRCACHEPERCENT         114
  84.  
  85. // Compression PD ratio
  86. #define INCOMPRESS_PERCENT            116
  87. #define OUTCOMPRESS_PERCENT           118
  88. #define TOTALCOMPRESS_PERCENT         120
  89.  
  90. #define LAST_WINSTATION_COUNTER_OFFSET TOTALCOMPRESS_PERCENT
  91.  
  92.