日常折腾 VPS 总是要用到各种脚本,在此做一个合集,也方便自己使用
LemonBench
LemonBench 目前涵盖了如下测试:
- 服务器基础信息 (CPU信息/内存信息/Swap信息/磁盘空间信息/网络信息等)
- 流媒体解锁测试 (目前支持HBO Now/动画疯/B站港澳台/B站台湾限定)
- 系统性能测试 (CPU/内存/磁盘)
- Speedtest 网速测试 (本地到最近源及国内各地域不同线路的网速)
- 路由追踪测试 (追踪到国内和海外不同线路的路由信息)
快速测试
curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s fast
或:
wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s fast
完整测试
curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s full
或:
wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s full
ZBench
整合了 Bench.sh
与 SuperBench
,并加入了 Ping
和 Traceroute
功能的一键脚本
中文版
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
英文版
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh
UnixBench
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh
最后
感谢各个脚本的作者
本文不定期更新