netnr/ bench 2018-11-10 22:30
测试各种 Linux 发行版的网络(下行)和 IO 测试,性能测试
# 网络和 IO 测试 https://teddysun.com/444.html
wget -qO- bench.sh | bash

# 性能测试 https://teddysun.com/245.html
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh
./unixbench.sh

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash