shell实时显示 eth0 网卡发送的数据包流量
shell实时显示 eth0 网卡发送的数据包流量 #!/bin/bash # 使用死循环实时显示 eth0 网卡发送的数据包流量 while : do echo '本地网卡 eth0 流量信息如下: ' ifconfig eth0 | grep "RX p...
shell实时显示 eth0 网卡发送的数据包流量 #!/bin/bash # 使用死循环实时显示 eth0 网卡发送的数据包流量 while : do echo '本地网卡 eth0 流量信息如下: ' ifconfig eth0 | grep "RX p...