Subclass of CIM_StatisticalData
The NetworkPortStatistics class describes the statistics for the NetworkPort.
uint64 BytesReceived
The total number of bytes that are received, including framing characters.
uint64 PacketsReceived
The total number of packets that are received.
uint64 BytesTransmitted
The total number of bytes that are transmitted, including framing characters.
uint64 PacketsTransmitted
The total number of packets that are transmitted.
None