Table: Interface Statistics
|
Column
|
Description
|
| Iface |
The name of the interface. |
| MTU |
The maximum transfer unit of the interface. |
| MET |
The routing metric of the interface. |
| RX-OK |
The total number of received packets. |
| RX-ERR |
The number of bad packets received. |
| RX-DRP |
The number of dropped packets (no space
in Linux buffers). |
| RX-OVR |
The number of received fifo overruns. |
| TX-OK |
The total number of transmitted packets. |
| TX-ERR |
The number packet transmit problems. |
| TX-DRP |
The number of dropped packets (no space
in Linux buffers). |
| TX-OVR |
The number of transmitter FIFO overruns. |
| Flg |
The flags for an interface:
A: Receive all multicast packets
B: Broadcast address is valid
D: Debugging is on
L: Loopback interface
M: Receive all packets
N: Avoid use of trailers
O: No address resolution protocol
P: Interface is point-to-point link
R: Resources are allocated
U: Interface is up |