日常我们测试通常都是使用speedtest这类软件,但是speedtest会根据用户所在位置更改使用据实际位置最近的服务器测速,这样虽然在正常情况下很有用,但是对于vps测速就很不实际。
解决的方法很简单只需要一条命令就可以测试vps到国内的速度了
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh chmod +x superspeed.sh ./superspeed.sh
如果提示没有安装supertest
先安装
wget --no-check-certificate -O speedtest.py https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +x speedtest.py
新版SuperBench
wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
或
curl -Lso- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash