home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / sqlactnm.h < prev    next >
C/C++ Source or Header  |  1997-05-27  |  4KB  |  126 lines

  1. #ifndef _SQLACTNM_H_
  2. #define _SQLACTNM_H_
  3.  
  4. // These values should increment by twos because the index
  5. // of the associated help text is set to 1 more than the index
  6. // of the counter name text
  7. //
  8. // -- ALWAYS ADD NEW NAMES AT THE BOTTOM --
  9.  
  10. #define CI_WSQLOBJ                0
  11.  
  12. #define CI_PACKETS_RECEIVED            2
  13. #define CI_BYTES_RECEIVED            4
  14. #define CI_PACKETS_SENT                6
  15. #define CI_BYTES_SENT                8
  16. #define CI_PACKETS_RESENT            10
  17. #define CI_PACKETS_RERECEIVED            12
  18. #define CI_PACKETS_CHOPPED            14
  19. #define CI_PACKETS_CORRUPTED            16
  20. #define CI_PACKETS_DROPPED            18
  21. #define CI_MULTI_PACKETS_SENT            20
  22. #define CI_MULTI_PACKETS_RECEIVED        22
  23. #define CI_REMOTEPUT_WAIT            24
  24. #define CI_SEND_FAIL                26
  25. #define CI_FREE_BUFFERS                28
  26. #define CI_TOTAL_BUFFERS            30
  27. #define CI_SERVER_IDLE_WAITS            32    
  28.  
  29. #define CI_DBSTAT_IDLE_ACTIVE            34
  30. #define CI_DBSTAT_IDLE_WRITES            36
  31. #define CI_DBSTAT_IDLE_CHECKPOINTS        38
  32.  
  33. #define CI_DBSTAT_CHECKPOINTS            42
  34. #define CI_DBSTAT_CHECKPOINT_LOG        44
  35. #define CI_DBSTAT_CHECKPOINT_FLUSH        46
  36. #define CI_DBSTAT_EXTEND_DB            48
  37. #define CI_DBSTAT_EXTEND_TEMP            50
  38. #define CI_DBSTAT_FREELIST_WRITE_PUSH        52
  39. #define CI_DBSTAT_FREELIST_WRITE_CURR        54
  40. #define CI_DBSTAT_COMMIT_FILE            56
  41. #define CI_DBSTAT_CONTINUE_REQUESTS        58
  42. #define CI_DBSTAT_UNSCHEDULED_REQUESTS        60
  43. #define CI_DBSTAT_ACTIVE_REQUESTS        62
  44. #define CI_DBSTAT_PENDING_REQUESTS        64
  45. #define CI_DBSTAT_REQUESTS            66
  46. #define CI_DBSTAT_CURRENT_READ            68
  47. #define CI_DBSTAT_MAXIMUM_READ            70
  48. #define CI_DBSTAT_CURRENT_WRITE            72
  49. #define CI_DBSTAT_MAXIMUM_WRITE            74
  50. #define CI_DBSTAT_CURRENT_IO            76
  51. #define CI_DBSTAT_MAXIMUM_IO            78
  52. #define CI_DBCONNSTAT_CACHE_READ        80
  53. #define CI_DBCONNSTAT_DISK_READ            82
  54. #define CI_DBCONNSTAT_DISK_SYNCREAD        84
  55. #define CI_DBCONNSTAT_DISK_WAITREAD        86
  56. #define CI_DBCONNSTAT_CACHE_TABLE_READ        88
  57. #define CI_DBCONNSTAT_CACHE_INDEXLEAF_READ    90
  58. #define CI_DBCONNSTAT_CACHE_INDEXINT_READ    92
  59. #define CI_DBCONNSTAT_DISK_TABLE_READ        94
  60. #define CI_DBCONNSTAT_DISK_INDEXLEAF_READ    96
  61. #define CI_DBCONNSTAT_DISK_INDEXINT_READ    98
  62. #define CI_DBCONNSTAT_CACHE_WRITE        100
  63. #define CI_DBCONNSTAT_DISK_WRITE        102
  64. #define CI_DBCONNSTAT_DISK_SYNCWRITE        104
  65. #define CI_DBCONNSTAT_DISK_SYNC_WRT_EXTEND    106
  66. #define CI_DBCONNSTAT_DISK_SYNC_WRT_RLBK    108
  67. #define CI_DBCONNSTAT_DISK_SYNC_WRT_LOG        110
  68. #define CI_DBCONNSTAT_DISK_SYNC_WRT_FREE_CURR    112
  69. #define CI_DBCONNSTAT_DISK_SYNC_WRT_FREE_PUSH    114
  70. #define CI_DBCONNSTAT_DISK_SYNC_WRT_CHKPT    116
  71. #define CI_DBCONNSTAT_DISK_SYNC_WRT_UNKN    118
  72. #define CI_DBCONNSTAT_ASYNC_READ        120
  73. #define CI_DBCONNSTAT_ASYNC_WRITE        122
  74. #define CI_DBCONNSTAT_REREAD_QUEUED        124
  75. #define CI_DBCONNSTAT_READ_HINTS        126
  76. #define CI_DBCONNSTAT_READ_HINTS_USED        128
  77. #define CI_DBCONNSTAT_REDO_WRITE        130
  78. #define CI_DBCONNSTAT_REDO_REWRITE        132
  79. #define CI_DBCONNSTAT_REDO_FREE_COMMIT        134
  80. #define CI_DBCONNSTAT_WAITREAD_OPTIM        136    
  81. #define CI_DBCONNSTAT_WAITREAD_TEMPTAB        138
  82. #define CI_DBCONNSTAT_WAITREAD_SYSCONN        140
  83. #define CI_DBCONNSTAT_WAITREAD_FULLCOMP        142
  84. #define CI_DBCONNSTAT_WAITREAD_UNKNOWN        144
  85. #define CI_CONNSTAT_COMMIT            146
  86. #define CI_CONNSTAT_ROLLBACK            148    
  87. #define CI_CONNSTAT_STATEMENT            150
  88. #define CI_CONNSTAT_CURSOR            152
  89. #define CI_CONNSTAT_OPEN_CURSOR            154
  90. #define CI_CONNSTAT_CONTEXT_SWITCHES        156
  91. #define CI_CONNSTAT_CONTEXT_SWITCH_CHECKS    158
  92. #define CI_CONNSTAT_LAST_IDLE_TIME        160
  93. #define CI_CONNSTAT_CURRENT_CONTEXT_SWITCHES    162
  94. #define CI_CONNSTAT_BLOCKED_ON            164
  95. #define CI_CONNSTAT_UNCOMMITTED_OPS        166
  96. #define CI_PING1                168
  97. #define CI_PING2                170
  98.  
  99. #define CI_DBCONNSTAT_INDEX_ADDS        172
  100. #define CI_DBCONNSTAT_INDEX_LOOKUPS        174
  101. #define CI_DBCONNSTAT_FULL_COMPARES        176
  102.  
  103. #define CI_INDEX_FILLS                178
  104. #define CI_INDEX_MERGES                180
  105.  
  106. #define CI_DIRTY_PAGES                182
  107. #define CI_IO_TO_RECOVER            184
  108. #define CI_CHECKPOINT_URGENCY            186
  109. #define CI_RECOVERY_URGENCY            188
  110. #define CI_DBCONNSTAT_VOLUNTARY_BLOCKS        190
  111.  
  112. #define CI_DBCONNSTAT_DISK_WAITWRITE        192
  113.  
  114. #define CI_DBSTAT_MAIN_HEAP_PAGES        194
  115. #define CI_DBSTAT_PROCEDURE_PAGES        196
  116. #define CI_DBSTAT_TRIGGER_PAGES            198
  117. #define CI_DBSTAT_VIEW_PAGES            200
  118. #define CI_DBSTAT_RELOCATABLE_HEAP_PAGES    202
  119. #define CI_DBSTAT_PAGE_RELOCATIONS        204
  120. #define CI_DBSTAT_MAP_PAGES            206
  121. #define CI_DBCONNSTAT_CACHE_HITS        208
  122. #define CI_DBCONNSTAT_ROLLBACK_LOG_PAGES    210
  123. #define CI_DBCONNSTAT_LOCK_TABLE_PAGES        212
  124.  
  125. #endif
  126.