Linux vps常用测试脚本

1,603次阅读
没有评论

系统测试和流媒体测试,Netflix测试,性能测试,回程线路测试以及速度测试脚本。
感谢各位作者及维护人员。好用请去GitHub Star

网速测试脚本:

bash <(curl -Lso- https://git.io/superspeed)
Debian speed test:
curl -s https://install.speedtest.net/app/cli/install.deb.sh | bash
apt-get install speedtest -y
speedtest
centos:
curl -s https://install.speedtest.net/app/cli/install.rpm.sh |  bash
yum install speedtest -y
speedtest

流媒体测试脚本:

bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")
bash <(curl -sSL https://raw.githubusercontent.com/xb0or/nftest/main/netflix.sh)
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

LemonBench快速测试脚本:

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast

Bench和YABS测试:

wget -qO- bench.sh | bash
或者
wget -qO- yabs.sh | bash

回程测试脚本:

wget https://raw.githubusercontent.com/PhilCity/testrace/master/testrace.sh
bash testrace.sh

wget https://raw.githubusercontent.com//KANIKIG/worst_testrace/main/worst_testrace.sh
bash worst_testrace.sh
正文完
 
评论(没有评论)