测试服务器IO和网速的脚本

so easy

wget https://github.com/teddysun/across/raw/master/bench.sh

chmod +x ./bench.sh

./bench.sh

还有这:https://github.com/oooldking/script/
测到中国的网速

No. Bash Command
1 wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
2 chmod +x superspeed.sh
3 ./superspeed.sh

测下载及IO

No. Bash Command
1 wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh
2 curl -Lso- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh
原文地址:https://www.cnblogs.com/cnsec/p/13286491.html