分享一下常用的VPS服務器一鍵性能測試腳本,可以用來測試機器的配置和性能,測試VPS服務器的網絡速度,硬盤性能等。
這里收集一些測試腳本,腳本均來自于網絡,代碼內有作者信息,感謝網絡大神們提供這么優(yōu)秀的工具。
一、SuperBench
Superbench 測試VPS服務器配置信息、IO性能、到國內節(jié)點的網速
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
二、SuperSpeed
SuperSpeed 測試VPS服務器到國內節(jié)點的網速
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
chmod +x superspeed.sh
./superspeed.sh
三、Serverreview-Benchmark
Serverreview-Benchmark 測試VPS服務器配置信息、CPU/內存/硬盤性能、全球節(jié)點測速
yum install curl -y
curl -LsO https://raw.githubusercontent.com/sayem314/serverreview-benchmark/master/bench.sh
chmod +x bench.sh
./bench.sh -a share
四、Best Trace
Best Trace 是一款可視化路由跟蹤工具
#Windows操作系統(tǒng)下載:https://cdn.ipip.net/17mon/besttrace.exe
#MacOS下載:https://itunes.apple.com/us/app/best-trace/id1037779758?l=zh&ls=1&mt=12
五、ZBench
# 中文版:
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.shli
六、91Yuntest
91YUN大佬的,測試包含:常規(guī)系統(tǒng)參數(shù)檢測,帶寬測試,IO測試和全國ping測試、下載測試、路由測試、回程路由測試。下面代碼直接復制到機器使用即可,默認會生成html頁。
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh && bash test.sh -i "io,bandwidth,chinabw,download,traceroute,backtraceroute,allping,gotoping"
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持腳本之家。