本文将整理vps常用的测试脚本,所有资源来自于网络,若有侵权,请联系我删除,另外感谢脚本的作者们!
Bench.sh
- 显示当前测试的各种系统信息;
- 取自世界多处的知名数据中心的测试点,下载测试比较全面;
- 支持 IPv6 下载测速;
使用方法:
wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash
演示图:
SuperBench.sh
使用方法:
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
或者
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superb
演示图:
LemonBench.sh
- 服务器基础信息(CPU信息/内存信息/Swap信息/磁盘空间信息等);
- Speedtest网速测试 (本地到最近源及国内各地域不同线路的网速);
- 磁盘测试(4K块/1M块 直接写入测试);
- 可以进行简单的流媒体测试;
使用方法:
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s full
或精简版
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
演示图:
流媒体检测:
看看你的vps是否支持奈飞等多种流媒体!
使用方法:
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf
评论区