NetworkInterfaceStats Class |
Namespace: SolidFire.Element.Api
public class NetworkInterfaceStats : RpcBase
The NetworkInterfaceStats type exposes the following members.
Name | Description | |
---|---|---|
NetworkInterfaceStats | Initializes a new instance of the NetworkInterfaceStats class |
Name | Description | |
---|---|---|
Collisions |
Number of collisions detected
| |
Name |
Name of the network interface.
| |
RxBytes |
Total bytes received
| |
RxCrcErrors |
Received packets with CRC error
| |
RxDropped |
Number of dropped received packets
| |
RxErrors |
Number of bad packets received
| |
RxFifoErrors |
Number of FIFO overrun errors on receive
| |
RxFrameErrors |
Received packets with frame alignment error
| |
RxLengthErrors |
Received packets with length error
| |
RxMissedErrors |
Number of packets missed by the receiver
| |
RxOverErrors |
Number of receiver ring buff overflow errors
| |
RxPackets |
Total packets received
| |
TxBytes |
Total bytes transmitted
| |
TxCarrierErrors |
Number of carrier errors on transmit
| |
TxErrors |
Number of packet transmission errors
| |
TxFifoErrors |
Number of FIFO overrun errors on transmit
| |
TxPackets |
Total packets transmitted
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |