home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / msmqocm.cab / PERFSYM.H < prev    next >
Text File  |  1997-10-06  |  2KB  |  53 lines

  1. //
  2. //  mqctrnm.h
  3. //
  4. //  Offset definition file for extensible counter objects and counters
  5. //
  6. //  These "relative" offsets must start at 0 and be multiples of 2 i.e.
  7. //  even numbers. In the Open Procedure, they will be added to the
  8. //  "First Counter" and "First Help" values for the device they belong to,
  9. //  in order to determine the absolute location of the counter and
  10. //  object names and corresponding Explain text in the registry.
  11. //
  12. //  This file is used by the extensible counter DLL code as well as the
  13. //  counter name and Explain text definition file .INI file that is used
  14. //  by LODCTR to load the names into the registry.
  15. //
  16.  
  17. #define QMOBJ                   0
  18. #define NUMSESSIONS             2
  19. #define NUMIPSESSIONS           4
  20. #define NUMIPXSESSIONS          6
  21. #define NUMINQMPACKETS          8
  22. #define TOTALINQMPACKETS       10
  23. #define NUMOUTQMPACKETS        12
  24. #define TOTALOUTQMPACKETS      14
  25. #define TOTALPACKETSINQUEUES   16
  26. #define TOTALBYTESINQUEUES     18
  27.  
  28.  
  29. #define SESSIONOBJ             20
  30. #define NUMSESSINPACKETS       22
  31. #define NUMSESSOUTPACKETS      24
  32. #define NUMSESSINBYTES         26
  33. #define NUMSESSOUTBYTES        28
  34. #define TOTALSESSINPACKETS     30
  35. #define TOTALSESSINBYTES       32
  36. #define TOTALSESSOUTPACKETS    34
  37. #define TOTALSESSOUTBYTES      36
  38.  
  39. #define QUEUEOBJ               38
  40. #define TOTALQUEUEINPACKETS    40
  41. #define TOTALQUEUEINBYTES      42
  42. #define TOTALJOURNALINPACKETS  44
  43. #define TOTALJOURNALINBYTES    46
  44.  
  45. #define DSOBJ                       48
  46. #define NUMOFSYNCREQUESTS           50
  47. #define NUMOFSYNCREPLIES            52
  48. #define NUMOFREPLREQRECV            54
  49. #define NUMOFREPLREQSENT            56
  50. #define NUMOFACCESSTOSRVR           58
  51. #define NUMOFWRITEREQSENT           60
  52. #define NUMOFERRRETURNEDTOAPP       62
  53.