| Win32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerDBMTransport | |||
| Service Broker/Database Mirroring Transport Statistics | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| CurrentBytesforRecvIO | UInt64 | The number of bytes associated with current transport receive I/O operations that haven't completed. | |
| CurrentBytesforSendIO | UInt64 | The number of buffer bytes associated with current transport send I/O operations that haven't completed. | |
| CurrentMsgFragsforSendIO | UInt64 | The current number of message fragments associated with current transport send I/O operations that haven't completed. | |
| Description | String | A textual description of the statistic or metric. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| MessageFragmentReceivesPersec | UInt64 | The number of message fragments received per second in transport receive I/O operations. | |
| MessageFragmentSendsPersec | UInt64 | The number of message fragments sent per second in transport send I/O operations. | |
| MsgFragmentRecvSizeAvg | UInt64 | The average byte size of message fragments received in transport receive I/O operations. | |
| MsgFragmentSendSizeAvg | UInt64 | The average byte size of message fragments sent in transport send I/O operations. | |
| Name | String | The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. | |
| OpenConnectionCount | UInt64 | The total number of transport connections currently open. | |
| PendingBytesforRecvIO | UInt64 | The number of bytes associated with in completed transport receive I/O operations whose message fragments haven't been enqueued (or rejected) yet. | |
| PendingBytesforSendIO | UInt64 | The number of buffer bytes associated with message fragments being marshalled, or marshalled and ready to be sent with send I/O operations. | |
| PendingMsgFragsforRecvIO | UInt64 | The current number of message fragments received in transport receive I/O operations that have not been enqueued (or rejected) yet. | |
| PendingMsgFragsforSendIO | UInt64 | The current number of message fragments that are being marshalled, or marshalled and ready to be sent via the transport layer. | |
| ReceiveIObytesPersec | UInt64 | The number of transport receive I/O bytes per second. | |
| ReceiveIOLenAvg | UInt64 | The average byte length of transport receive I/O operations. | |
| ReceiveIPerOsPersec | UInt64 | The number of transport receives I/O per second. Note that a transport receive I/O may contain more than one message fragment. | |
| RecvIOBufferCopiesbytesPersec | UInt64 | The rate at witch transport receive I/O operations had to move buffer fragments in memory. | |
| RecvIOBufferCopiesCount | UInt64 | The number of times when transport receive I/O operations had to move buffer fragments in memory. | |
| SendIObytesPersec | UInt64 | The number of transport send I/O bytes per second. | |
| SendIOLenAvg | UInt64 | The average byte length of transport send I/O operations. | |
| SendIPerOsPersec | UInt64 | The number of transport send I/Os per second. Note that a transport send I/O may contain more than one message fragment. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| SAMPLE DATA INSTANCE | |||
|    [Description("Service Broker/Database Mirroring Transport Statistics"): ToInstance Amended, DisplayName("SQLServer:Broker/DBM Transport"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerDBMTransport    {     [Description("The number of bytes associated with current transport receive I/O operations that haven't completed."): ToInstance Amended, DisplayName("Current Bytes for Recv I/O"): ToInstance Amended] CurrentBytesforRecvIO = "0";     [Description("The number of buffer bytes associated with current transport send I/O operations that haven't completed."): ToInstance Amended, DisplayName("Current Bytes for Send I/O"): ToInstance Amended] CurrentBytesforSendIO = "0";     [Description("The current number of message fragments associated with current transport send I/O operations that haven't completed."): ToInstance Amended, DisplayName("Current Msg Frags for Send I/O"): ToInstance Amended] CurrentMsgFragsforSendIO = "0";     [Description("The number of message fragments received per second in transport receive I/O operations."): ToInstance Amended, DisplayName("Message Fragment Receives/sec"): ToInstance Amended] MessageFragmentReceivesPersec = "0";     [Description("The number of message fragments sent per second in transport send I/O operations."): ToInstance Amended, DisplayName("Message Fragment Sends/sec"): ToInstance Amended] MessageFragmentSendsPersec = "0";     [Description("The average byte size of message fragments received in transport receive I/O operations."): ToInstance Amended, DisplayName("Msg Fragment Recv Size Avg"): ToInstance Amended] MsgFragmentRecvSizeAvg = "0";     [Description("The average byte size of message fragments sent in transport send I/O operations."): ToInstance Amended, DisplayName("Msg Fragment Send Size Avg"): ToInstance Amended] MsgFragmentSendSizeAvg = "0";     [Description("The total number of transport connections currently open."): ToInstance Amended, DisplayName("Open Connection Count"): ToInstance Amended] OpenConnectionCount = "0";     [Description("The number of bytes associated with in completed transport receive I/O operations whose message fragments haven't been enqueued (or rejected) yet."): ToInstance Amended, DisplayName("Pending Bytes for Recv I/O"): ToInstance Amended] PendingBytesforRecvIO = "0";     [Description("The number of buffer bytes associated with message fragments being marshalled, or marshalled and ready to be sent with send I/O operations."): ToInstance Amended, DisplayName("Pending Bytes for Send I/O"): ToInstance Amended] PendingBytesforSendIO = "0";     [Description("The current number of message fragments received in transport receive I/O operations that have not been enqueued (or rejected) yet."): ToInstance Amended, DisplayName("Pending Msg Frags for Recv I/O"): ToInstance Amended] PendingMsgFragsforRecvIO = "0";     [Description("The current number of message fragments that are being marshalled, or marshalled and ready to be sent via the transport layer."): ToInstance Amended, DisplayName("Pending Msg Frags for Send I/O"): ToInstance Amended] PendingMsgFragsforSendIO = "0";     [Description("The number of transport receive I/O bytes per second."): ToInstance Amended, DisplayName("Receive I/O bytes/sec"): ToInstance Amended] ReceiveIObytesPersec = "0";     [Description("The average byte length of transport receive I/O operations."): ToInstance Amended, DisplayName("Receive I/O Len Avg"): ToInstance Amended] ReceiveIOLenAvg = "0";     [Description("The number of transport receives I/O per second. Note that a transport receive I/O may contain more than one message fragment."): ToInstance Amended, DisplayName("Receive I/Os/sec"): ToInstance Amended] ReceiveIPerOsPersec = "0";     [Description("The rate at witch transport receive I/O operations had to move buffer fragments in memory."): ToInstance Amended, DisplayName("Recv I/O Buffer Copies bytes/sec"): ToInstance Amended] RecvIOBufferCopiesbytesPersec = "0";     [Description("The number of times when transport receive I/O operations had to move buffer fragments in memory."): ToInstance Amended, DisplayName("Recv I/O Buffer Copies Count"): ToInstance Amended] RecvIOBufferCopiesCount = "0";     [Description("The number of transport send I/O bytes per second."): ToInstance Amended, DisplayName("Send I/O bytes/sec"): ToInstance Amended] SendIObytesPersec = "0";     [Description("The average byte length of transport send I/O operations."): ToInstance Amended, DisplayName("Send I/O Len Avg"): ToInstance Amended] SendIOLenAvg = "0";     [Description("The number of transport send I/Os per second. Note that a transport send I/O may contain more than one message fragment."): ToInstance Amended, DisplayName("Send I/Os/sec"): ToInstance Amended] SendIPerOsPersec = "0";    }; | |||