小编Art*_*tux的帖子

网卡统计说明(ethtool -S eth1)

ethtool -S eth1命令的每个结果的含义是什么?例如,当我使用时ethtool -S eth1,我得到了这样的信息:

>root@localhost ~]# ethtool –S eth1

>NIC statistics:
tx_packets: 2654
rx_packets: 3960
tx_errors: 0
rx_errors: 316
rx_missed: 0
align_errors: 9194
tx_single_collisions: 0
tx_multi_collisions: 0
unicast: 3396
broadcast: 198
multicast: 366
tx_aborted: 0
tx_underrun: 0
Run Code Online (Sandbox Code Playgroud)

tx_packets, rx_packets - 发送和接收数据包是否正确?但是剩下的结果呢?

networking statistics

6
推荐指数
1
解决办法
1万
查看次数

标签 统计

networking ×1

statistics ×1