Click or drag to resize

NetworkStatisticInfoOutputQueueLength Property

Win32_PerfFormattedData_Tcpip_NetworkInterface: OutputQueueLength: Length of the output packet queue (in packets.) If this is longer than 2, delays are being experienced and the bottleneck should be found and eliminated, if possible. Because the requests are queued by NDIS in this implementation, this value is always 0.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public int OutputQueueLength { get; set; }

Property Value

Type: Int32
The length of the output queue.

Implements

INetworkStatisticInfoOutputQueueLength
See Also