INetworkStatisticInfo Interface |
Namespace: Xcalibur.Models.Hardware.Network
The INetworkStatisticInfo type exposes the following members.
Name | Description | |
---|---|---|
BytesReceivedPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesReceivedPerSec: Rate at which
bytes are received on the interface, including framing characters.
| |
BytesSentPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesSentPerSec: Rate at which bytes
are sent on the interface, including framing characters.
| |
BytesTotalPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesTotalPerSec: Rate at which bytes
are sent and received on the interface, including framing characters.
| |
Name |
Win32_PerfFormattedData_Tcpip_NetworkInterface: Name: Label by which the statistic or
metric is known.
| |
OutputQueueLength |
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.
| |
PacketsOutboundDiscarded |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsOutboundDiscarded: Number of
outbound packets that were chosen to be discarded even though no errors had been
detected to prevent transmission. One possible reason for discarding such a packet
could be to free up buffer space.
| |
PacketsOutboundErrors |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsOutboundErrors: Number of
outbound packets that could not be transmitted because of errors.
| |
PacketsPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsPerSec: Rate at which packets
are sent and received on the network interface.
| |
PacketsReceivedDiscarded |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedDiscarded: Number of
inbound packets that were chosen to be discarded even though no errors had been
detected to prevent delivery to a higher-layer protocol. One possible reason for
discarding such a packet could be to free up buffer space.
| |
PacketsReceivedErrors |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedErrors: Number of
inbound packets that contained errors preventing delivery to a higher-layer protocol.
| |
PacketsReceivedNonUnicastPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedNonUnicastPerSec:
Rate at which non-unicast (that is, subnet broadcast or subnet multicast) packets are
delivered to a higher-layer protocol.
| |
PacketsReceivedPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedPerSec: Rate at which
packets are received on the network interface.
| |
PacketsReceivedUnicastPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedUnicastPerSec: Rate at
which (subnet) unicast packets are delivered to a higher-layer protocol.
| |
PacketsReceivedUnknown |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedUnknown: Number of
packets received using the interface that were discarded because of an unknown or
unsupported protocol.
| |
PacketsSentNonUnicastPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsSentNonUnicastPerSec: Rate at
which packets are requested to be transmitted to non-unicast (that is, subnet
broadcast or subnet multicast) addresses by higher-level protocols. The rate includes
the packets that were discarded or not sent.
| |
PacketsSentPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsSentPerSec: Rate at which
packets are sent on the network interface.
| |
PacketsSentUnicastPerSec |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsSentUnicastPerSec: Rate at
which packets are requested to be transmitted to subnet-unicast addresses by
higher-level protocols. The rate includes the packets that were discarded or not sent.
| |
TimestampSys100Ns |
Win32_PerfRawData_PerfProc_Process: Timestamp_Sys100NS:
Timestamp value in 100 nanosecond units.
|