On Tue, 15 Aug 2017, Greg Wooledge wrote:

wooledg:~$ netstat -in
Kernel Interface table
Iface      MTU    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0      1500  8254258      0      0 0       7682795      0      0      0 BMRU
lo       65536   579959      0      0 0        579959      0      0      0 LRU

 you have hte same information with:
 ==>  ip -s link
 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    RX: bytes  packets  errors  dropped overrun mcast
    2128816    7293     0       0       0       0
    TX: bytes  packets  errors  dropped carrier collsns
    2128816    7293     0       0       0       0
 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT group default qlen 1000
    link/ether 2c:4d:54:d0:58:06 brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped overrun mcast
    323815150  423300   0       4       0       55708
    TX: bytes  packets  errors  dropped carrier collsns
    41867187   302742   0       0       0       0

Reply via email to