MSMQ Session Object
The MSMQ Session performance object monitors statistics about active sessions between computers running Message Queuing. There can be an instance for each session.
| Counter Name | Description | Counter Type |
|---|---|---|
| Incoming Bytes | Shows the total number of bytes that were received through the selected session. | PERF_COUNTER_RAWCOUNT |
| Incoming Bytes/sec | Shows the rate at which Message Queuing messages are entering through the selected session. | PERF_COUNTER_RAWCOUNT |
| Incoming Messages | Shows the total number of messages that were received through the selected session. | PERF_COUNTER_RAWCOUNT |
| Incoming Messages/sec | Shows the rate at which Message Queuing messages are entering through the selected session. | PERF_COUNTER_RAWCOUNT |
| Outgoing Bytes | shows the total number of bytes that were sent through the selected session. | PERF_COUNTER_RAWCOUNT |
| Outgoing Bytes/sec | Shows the rate at which Message Queuing messages are leaving through the selected session. | PERF_COUNTER_RAWCOUNT |
| Outgoing Messages | Shows the total number of messages that were sent through the selected session. | PERF_COUNTER_RAWCOUNT |
| Outgoing Messages/sec | Shows the rate at which Message Queuing messages are leaving through the selected session. | PERF_COUNTER_RAWCOUNT |
See also
- Counters by Feature: Message Queuing
.