Linux vps常用測試腳本

系統測試和流媒體測試,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


本文出自快速备案,转载时请注明出处及相应链接。

本文永久链接: https://www.xiaosb.com/beian/50829/