LINUX服务器性能常用测试脚本 – 硬件信息/网速/延迟/路由等

漫步云端服务器 http://chdong.top/

http://chdong.top/bbs/ http://www.chdong.top/

发现自己有一个闲置的VPS(好久好久了,居然还没跑路!),于是就拿来测试了下脚本!512内存,测试结果惨不忍睹,结仅供参考!!!

SuperBench.sh

脚本:

wget -qO- git.io/superbench.sh | bash
curl -LsO git.io/superbench.sh; chmod +x superbench.sh

Bench.sh 

脚本:

wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash

Zench

脚本:

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

纯测速类:

SuperSpeed.sh

使用方法:

wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh

路由测试:

回程测试脚本:

wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh
bash testrace.sh

去程测试:

https://tools.ipip.net/traceroute.php

相关脚本作者:

http://bench.sh
http://oldking.net
https://blog.sometimesnaive.org/
https://github.com/FunctionClub/ZBench

漫步云端服务器 http://chdong.top/

http://chdong.top/bbs/ http://www.chdong.top/

相关文章

用的openwrt路由器,家里宽带申请了动态公网ip,为了方便把2...
#!/bin/bashcommand1&command2&wait从Shell脚本并行...
1.先查出MAMP下面集成的PHP版本cd/Applications/MAMP/bin/ph...
1、先输入locale-a,查看一下现在已安装的语言2、若不存在如...
BashPerlTclsyntaxdiff1.进制数表示Languagebinaryoctalhexa...
正常安装了k8s后,使用kubect工具后接的命令不能直接tab补全...