搜集的好用的脚本。同时,欢迎推荐。
脚本1 纯净,不安装任何东西。缺点是无国内节点。
wget -qo- bench.sh | bash
脚本2 有国内节点,可看上行和下行。
wget -qo- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
脚本3
(wget -qo- wget.racing/nench.sh | bash; wget -qo- wget.racing/nench.sh | bash) 2>&1 | tee nench.log
脚本4
curl -s bench.wget.racing | bash
脚本5 可比较真实的测试服务器带宽
curl -s https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/yabs.sh | bash
脚本6可测试是否支持netflxi等(不一定准确)
curl -fsl https://ilemonra.in/lemonbenchintl | bash -s fast
脚本7 全能,测速、加速 dd系统等
wget -n --no-check-certificate https://raw.githubusercontent.com/veip007/hj/master/hj.sh && chmod x hj.sh && bash hj.sh
脚本8
(curl -s wget.racing/nench.sh | bash) 2>&1 | tee nench.log
脚本9 服务器延迟监测
screen -s uping
wget -n --no-check-certificate https://raw.githubusercontent.com/functionclub/uping/master/uping.py
python uping.py
脚本10 系统配置、国内速度等
wget -qo- --no-check-certificate https://raw.githubusercontent.com/qd201211/linux-speedtest/master/superbench.sh | bash
脚本11 unixbench跑分,测试主机性能
运行10-30分钟后(根据cpu内核数量,运算时间不等)得出分数,越高越好。
wget --no-check-certificate https://zhujiwiki.com/wp-content/uploads/2018/07/unixbench.sh
chmod x unixbench.sh
./unixbench.sh
脚本12、测试是否可以观看netflix(奈飞)
访问:
脚本13 测试本地速度
speedtest go版本的一键安装脚本
bash <(curl -lsk https://raw.githubusercontent.com/bigmangos/speedtest-go-script/master/install.sh)