home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / msmqocm.cab / counters.ini < prev    next >
INI File  |  1997-10-06  |  4KB  |  83 lines

  1. // --counters.ini---------------------------------------------------------------
  2. //
  3. //  This file contains the names of the performance counters that the 
  4. //  MSMQ Exchange connector exports to the Windows NT Performance Monitor.
  5. //
  6. //  This file, along with counters.h, is used to install the
  7. //  performance counters on the machine that is running the MSMQ Exchange connector.
  8. //  Any changes to this file must be reflected in counters.h and in the 
  9. //  array of COUNTERDEF structures that is passed to HrMonitorInit().
  10. //
  11. // -----------------------------------------------------------------------------
  12.  
  13. [info]
  14. drivername=MQEXGW
  15. symbolfile=counters.h
  16.  
  17. [languages]
  18. 009=English
  19.  
  20. [text]
  21. OBJECT_MQEXGW_009_NAME=MSMQ Exchange Connector
  22. OBJECT_MQEXGW_009_HELP=The object contains counters that describe the behavior of the MSMQ Exchange connector.
  23.  
  24.  
  25.  
  26.  
  27. COUNTER_MESSAGES_IN_009_NAME=Messages In (Total)
  28. COUNTER_MESSAGES_IN_009_HELP=The total number of messages transferred into Microsoft Exchange through the MSMQ Exchange connector.
  29.  
  30. COUNTER_BYTES_IN_009_NAME=Bytes In (Total)
  31. COUNTER_BYTES_IN_009_HELP=The total number of bytes transferred into Microsoft Exchange through the MSMQ Exchange connector.
  32.  
  33. COUNTER_MESSAGES_OUT_009_NAME=Messages Out (Total)
  34. COUNTER_MESSAGES_OUT_009_HELP=The total number of messages transferred out of Microsoft Exchange through the MSMQ Exchange connector.
  35.  
  36. COUNTER_BYTES_OUT_009_NAME=Bytes Out (Total)
  37. COUNTER_BYTES_OUT_009_HELP=The total number of bytes transferred out of Microsoft Exchange through the MSMQ Exchange connector.
  38.  
  39.  
  40.  
  41.  
  42. COUNTER_HOUR_MESSAGES_IN_009_NAME=Messages In (Last Hour)
  43. COUNTER_HOUR_MESSAGES_IN_009_HELP=The number of messages transferred into Microsoft Exchange through the MSMQ Exchange connector in the last hour. This counter is updated every minute.
  44.  
  45. COUNTER_HOUR_BYTES_IN_009_NAME=Bytes In (Last Hour)
  46. COUNTER_HOUR_BYTES_IN_009_HELP=The number of bytes transferred into Microsoft Exchange through the MSMQ Exchange connector in the last hour. This counter is updated every minute.
  47.  
  48. COUNTER_HOUR_MESSAGES_OUT_009_NAME=Messages Out (Last Hour)
  49. COUNTER_HOUR_MESSAGES_OUT_009_HELP=The number of messages transferred out of Microsoft Exchange through the MSMQ Exchange connector in the last hour. This counter is updated every minute.
  50.  
  51. COUNTER_HOUR_BYTES_OUT_009_NAME=Bytes Out (Last Hour)
  52. COUNTER_HOUR_BYTES_OUT_009_HELP=The number of bytes transferred out of Microsoft Exchange through the MSMQ Exchange connector in the last hour. This counter is updated every minute.
  53.  
  54.  
  55.  
  56.  
  57. COUNTER_LAST_MESSAGES_IN_009_NAME=Messages In (Continuous)
  58. COUNTER_LAST_MESSAGES_IN_009_HELP=The number of messages transferred into Microsoft Exchange through the MSMQ Exchange connector since the last sample.
  59.  
  60. COUNTER_LAST_BYTES_IN_009_NAME=Bytes In (Continuous)
  61. COUNTER_LAST_BYTES_IN_009_HELP=The number of bytes transferred into Microsoft Exchange through the MSMQ Exchange connector since the last sample.
  62.  
  63. COUNTER_LAST_MESSAGES_OUT_009_NAME=Messages Out (Continuous)
  64. COUNTER_LAST_MESSAGES_OUT_009_HELP=The number of messages transferred out of Microsoft Exchange through the MSMQ Exchange connector since the last sample.
  65.  
  66. COUNTER_LAST_BYTES_OUT_009_NAME=Bytes Out (Continuous)
  67. COUNTER_LAST_BYTES_OUT_009_HELP=The number of bytes transferred out of Microsoft Exchange through the MSMQ Exchange connector since the last sample.
  68.  
  69.  
  70.  
  71.  
  72. COUNTER_MESSAGES_IN_IN_QUEUE_009_NAME=Messages In Inbound Folder
  73. COUNTER_MESSAGES_IN_IN_QUEUE_009_HELP=The number of messages in the MSMQ Exchange connector's inbound folder waiting to be picked up by Exchange.
  74.  
  75. COUNTER_BYTES_IN_IN_QUEUE_009_NAME=Bytes In Inbound Folder
  76. COUNTER_BYTES_IN_IN_QUEUE_009_HELP=The number of bytes in the MSMQ Exchange connector's inbound folder waiting to be picked up by Exchange.
  77.  
  78. COUNTER_MESSAGES_IN_OUT_QUEUE_009_NAME=Messages In Outbound Folder
  79. COUNTER_MESSAGES_IN_OUT_QUEUE_009_HELP=The number of messages in the MSMQ Exchange connector's outbound folder waiting to be transferred out.
  80.  
  81. COUNTER_BYTES_IN_OUT_QUEUE_009_NAME=Bytes In Outbound Folder
  82. COUNTER_BYTES_IN_OUT_QUEUE_009_HELP=The number of bytes in the MSMQ Exchange connector's outbound folder waiting to be transferred out.
  83.