Network Statistics
| Parameter | Description |
|---|---|
| Ethernet | |
| Speed |
A status string that represents the speed setting being used to communicate with the linking partner. Options: 10 Mbps or 100 Mbps |
| Duplex |
A status string that represents the duplex setting. Options: Full-Duplex or Half-Duplex |
| Collisions | A counter that increments each time a frame is retransmitted due to collision detection. |
| CRC Errors | A counter that increments each time a frame is received that has a checksum/CRC that does not match what is calculated. |
| Frame Errors | A counter that increments each time a receive frame error is detected. |
| Packets Received OK | A counter that increments each time a packet is successfully received. |
| Receive Packets Dropped | A counter that increments each time a receive packet is dropped. |
| Receive Errors | A counter that increments each time a packet is received with a receive error. |
| Packets Transmitted OK | A counter that increments each time a packet is successfully transmitted. |
| Transmit Packets Dropped | A counter that increments each time a transmit packet is dropped. |
| Transmit Errors | A counter that increments each time a transmit packet experiences a transmission error. |