涵盖VPS常用一键测试脚本LemonBench UnixBench SuperBench besttrace Superspeed.sh,并对UnixBench的报错进行修正,所有脚本均可以完美使用,在此做一下备用。
Yet-Another-Bench-Script:
使用:
curl -sL yabs.sh | bash
github:https://github.com/masonr/yet-another-bench-script
LemonBench:
使用:
yum -y install wget
wget -O- https://ilemonra.in/LemonBenchIntl | bash -s fast
#或
apt-get install curl
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
yum -y install wget
wget -O- https://ilemonra.in/LemonBenchIntl | bash -s full
#或
apt-get install curl
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s full
SuperBench:
使用:
wget -qO- git.io/superbench.sh | bash
参数
wget -qO- git.io/superbench.sh | bash -s info
wget -qO- git.io/superbench.sh | bash -s io
wget -qO- git.io/superbench.sh | bash -s speed
wget -qO- git.io/superbench.sh | bash -s fast
wget -qO- git.io/superbench.sh | bash -s share
UnixBench:
使用:
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh
作者删了UnixBench5.1.3.tgz这个文件,自己手动下载,下载地址:
cd /opt/unixbench
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/byte-unixbench/UnixBench5.1.3.tgz
然后再执行一次脚本就可以跑分测试了
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh
Superspeed.sh:
使用:
bash <(curl -Lso- https://git.io/superspeed)
回程路由:
使用:
wget -qO- git.io/besttrace | bash