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

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

Bench.sh 

脚本:

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

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

Zench

脚本:

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

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

纯测速类:

SuperSpeed.sh

使用方法:

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

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

路由测试:

回程测试脚本:

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

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

去程测试:

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/

你可能感兴趣的:(LINUX服务器性能常用测试脚本 – 硬件信息/网速/延迟/路由等)