常用的VPS服務器性能測試腳本


轉載:https://wangdalao.com/2165.html

分享一下常用的VPS服務器一鍵性能測試腳本,可以用來測試機器的配置和性能,測試VPS服務器的網絡速度,硬盤性能等。

這里收集一些測試腳本,腳本均來自於網絡,代碼內有作者信息,感謝網絡大神們提供這么優秀的工具。

一、SuperBench

Superbench 測試VPS服務器配置信息、IO性能、到國內節點的網速

  1. wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

二、SuperSpeed

SuperSpeed 測試VPS服務器到國內節點的網速

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

三、Serverreview-Benchmark

Serverreview-Benchmark 測試VPS服務器配置信息、CPU/內存/硬盤性能、全球節點測速

  1. yum install curl -y
  2. curl -LsO https://raw.githubusercontent.com/sayem314/serverreview-benchmark/master/bench.sh
  3. chmod +x bench.sh
  4. ./bench.sh -a share

四、Best Trace

Best Trace 是一款可視化路由跟蹤工具

#Windows操作系統下載:https://cdn.ipip.net/17mon/besttrace.exe

#MacOS下載:https://itunes.apple.com/us/app/best-trace/id1037779758?l=zh&ls=1&mt=12

 

五、ZBench

  1. # 中文版:
  2. wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
  3. # 或者英文版:
  4. wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.shli

六、91Yuntest

91YUN大佬的,測試包含:常規系統參數檢測,帶寬測試,IO測試和全國ping測試、下載測試、路由測試、回程路由測試。下面代碼直接復制到機器使用即可,默認會生成html頁。

  1. 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"


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM