Leaked source code of windows server 2003
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.

68 lines
4.2 KiB

  1. #define OBJECT_1 0
  2. #define OBJECT_2 2
  3. #define ASPNET_APPLICATION_RESTARTS 4
  4. #define ASPNET_APPLICATIONS_RUNNING 6
  5. #define ASPNET_REQUESTS_DISCONNECTED 8
  6. #define ASPNET_REQUEST_EXECUTION_TIME 10
  7. #define ASPNET_REQUESTS_REJECTED 12
  8. #define ASPNET_REQUESTS_QUEUED 14
  9. #define ASPNET_WPS_RUNNING 16
  10. #define ASPNET_WPS_RESTARTS 18
  11. #define ASPNET_REQUEST_WAIT_TIME 20
  12. #define ASPNET_STATE_SERVER_SESSIONS_ACTIVE 22
  13. #define ASPNET_STATE_SERVER_SESSIONS_ABANDONED 24
  14. #define ASPNET_STATE_SERVER_SESSIONS_TIMED_OUT 26
  15. #define ASPNET_STATE_SERVER_SESSIONS_TOTAL 28
  16. #define ASPNET_REQUESTS_CURRENT 30
  17. #define ASPNET_ANONYMOUS_REQUESTS 32
  18. #define ASPNET_ANONYMOUS_REQUESTS_RATE 34
  19. #define ASPNET_TOTAL_CACHE_ENTRIES 36
  20. #define ASPNET_TOTAL_CACHE_TURNOVER_RATE 38
  21. #define ASPNET_TOTAL_CACHE_HITS 40
  22. #define ASPNET_TOTAL_CACHE_MISSES 42
  23. #define ASPNET_TOTAL_CACHE_RATIO 44
  24. #define ASPNET_TOTAL_CACHE_RATIO_BASE 46
  25. #define ASPNET_API_CACHE_ENTRIES 48
  26. #define ASPNET_API_CACHE_TURNOVER_RATE 50
  27. #define ASPNET_API_CACHE_HITS 52
  28. #define ASPNET_API_CACHE_MISSES 54
  29. #define ASPNET_API_CACHE_RATIO 56
  30. #define ASPNET_API_CACHE_RATIO_BASE 58
  31. #define ASPNET_OUTPUT_CACHE_ENTRIES 60
  32. #define ASPNET_OUTPUT_CACHE_TURNOVER_RATE 62
  33. #define ASPNET_OUTPUT_CACHE_HITS 64
  34. #define ASPNET_OUTPUT_CACHE_MISSES 66
  35. #define ASPNET_OUTPUT_CACHE_RATIO 68
  36. #define ASPNET_OUTPUT_CACHE_RATIO_BASE 70
  37. #define ASPNET_COMPILATIONS 72
  38. #define ASPNET_DEBUGGING_REQUESTS 74
  39. #define ASPNET_ERRORS_PRE_PROCESSING 76
  40. #define ASPNET_ERRORS_COMPILING 78
  41. #define ASPNET_ERRORS_DURING_REQUEST 80
  42. #define ASPNET_ERRORS_UNHANDLED 82
  43. #define ASPNET_ERRORS_UNHANDLED_RATE 84
  44. #define ASPNET_ERRORS_TOTAL 86
  45. #define ASPNET_ERRORS_TOTAL_RATE 88
  46. #define ASPNET_PIPELINES 90
  47. #define ASPNET_REQUEST_BYTES_IN 92
  48. #define ASPNET_REQUEST_BYTES_OUT 94
  49. #define ASPNET_REQUESTS_EXECUTING 96
  50. #define ASPNET_REQUESTS_FAILED 98
  51. #define ASPNET_REQUESTS_NOT_FOUND 100
  52. #define ASPNET_REQUESTS_NOT_AUTHORIZED 102
  53. #define ASPNET_REQUESTS_IN_APPLICATION_QUEUE 104
  54. #define ASPNET_REQUESTS_TIMED_OUT 106
  55. #define ASPNET_REQUESTS_SUCCEDED 108
  56. #define ASPNET_REQUESTS_TOTAL 110
  57. #define ASPNET_REQUESTS_TOTAL_RATE 112
  58. #define ASPNET_SESSIONS_ACTIVE 114
  59. #define ASPNET_SESSIONS_ABANDONED 116
  60. #define ASPNET_SESSIONS_TIMED_OUT 118
  61. #define ASPNET_SESSIONS_TOTAL 120
  62. #define ASPNET_TRANSACTIONS_ABORTED 122
  63. #define ASPNET_TRANSACTIONS_COMMITTED 124
  64. #define ASPNET_TRANSACTIONS_PENDING 126
  65. #define ASPNET_TRANSACTIONS_TOTAL 128
  66. #define ASPNET_TRANSACTIONS_RATE 130
  67. #define ASPNET_SESSION_STATE_SERVER_CONNECTIONS 132
  68. #define ASPNET_SESSION_SQL_SERVER_CONNECTIONS 134