0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

送受信パケット数を表示

Posted at
[linuxstudy@localhost ~]$ ip -s link show dev ens33
2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 00:0c:29:36:8c:6f brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped overrun mcast   
    47274414   63720    0       0       0       0       
    TX: bytes  packets  errors  dropped carrier collsns 
    8644685    39321    0       0       0       0       
[linuxstudy@localhost ~]$ ifconfig ens33
ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.253.139  netmask 255.255.255.0  broadcast 192.168.253.255
        inet6 fe80::7b18:ba6f:58cb:d149  prefixlen 64  scopeid 0x20<link>
        ether 00:0c:29:36:8c:6f  txqueuelen 1000  (Ethernet)
        RX packets 63753  bytes 47276554 (45.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 39321  bytes 8644685 (8.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?