MSUtilization Dictionary object
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Contains metrics related to network utilization. It is described in [MS-QoE] Section 2.2.1.23 (Utilization).
Syntax
dictionary MSUtilization {
unsigned long packets;
unsigned long bandwidthEstimation;
unsigned long bandwidthEstimationMin;
unsigned long bandwidthEstimationMax;
unsigned long bandwidthEstimationStdDev;
unsigned long bandwidthEstimationAvg;
};
Standards information
MSUtilization Dictionary
Member | Type | Description |
---|---|---|
bandwidthEstimation | unsigned long | Estimated one way available bandwidth of the stream at the end of the session in bits/second. |
bandwidthEstimationAvg | unsigned long | Average estimated one way available bandwidth of the stream at the end of the session. |
bandwidthEstimationMax | unsigned long | Maximum estimated one way available bandwidth of the stream at the end of the session. |
bandwidthEstimationMin | unsigned long | Minimal estimated one way available bandwidth of the stream at the end of the session in bits/second. |
bandwidthEstimationStdDev | unsigned long | Standard deviation of estimated one way available bandwidth of the stream at the end of the session. |
packets | unsigned long | Number of Real-Time Transport Protocol (RTP) packets sent in the session. |