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; }
<DataMemberAttribute>
Public Property OutputQueueLength As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int OutputQueueLength {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract OutputQueueLength : int with get, set
[<DataMemberAttribute>]
override OutputQueueLength : int with get, set
Property Value
Type:
Int32
The length of the output queue.
Implements
INetworkStatisticInfoOutputQueueLengthSee Also