Click or drag to resize

INetworkStatisticInfo Properties

The INetworkStatisticInfo type exposes the following members.

Properties
  NameDescription
Public propertyBytesReceivedPerSec
Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesReceivedPerSec: Rate at which bytes are received on the interface, including framing characters.
Public propertyBytesSentPerSec
Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesSentPerSec: Rate at which bytes are sent on the interface, including framing characters.
Public propertyBytesTotalPerSec
Win32_PerfFormattedData_Tcpip_NetworkInterface: BytesTotalPerSec: Rate at which bytes are sent and received on the interface, including framing characters.
Public propertyName
Win32_PerfFormattedData_Tcpip_NetworkInterface: Name: Label by which the statistic or metric is known.
Public propertyOutputQueueLength
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.
Public propertyPacketsOutboundDiscarded
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.
Public propertyPacketsOutboundErrors
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsOutboundErrors: Number of outbound packets that could not be transmitted because of errors.
Public propertyPacketsPerSec
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsPerSec: Rate at which packets are sent and received on the network interface.
Public propertyPacketsReceivedDiscarded
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.
Public propertyPacketsReceivedErrors
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedErrors: Number of inbound packets that contained errors preventing delivery to a higher-layer protocol.
Public propertyPacketsReceivedNonUnicastPerSec
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.
Public propertyPacketsReceivedPerSec
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedPerSec: Rate at which packets are received on the network interface.
Public propertyPacketsReceivedUnicastPerSec
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedUnicastPerSec: Rate at which (subnet) unicast packets are delivered to a higher-layer protocol.
Public propertyPacketsReceivedUnknown
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsReceivedUnknown: Number of packets received using the interface that were discarded because of an unknown or unsupported protocol.
Public propertyPacketsSentNonUnicastPerSec
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.
Public propertyPacketsSentPerSec
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsSentPerSec: Rate at which packets are sent on the network interface.
Public propertyPacketsSentUnicastPerSec
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.
Public propertyTimestampSys100Ns
Win32_PerfRawData_PerfProc_Process: Timestamp_Sys100NS: Timestamp value in 100 nanosecond units.
Top
See Also