博文背景 不使用第三方软件的情况下对网卡流量速率进行测试 具体操作 #!/bin/bash if [ -z "$1" ]; then echo echo usage: $0 network-interface echo echo e.g. $0 eth0 echo exit fi