- 融合怪
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或者
bash <(wget -qO- bash.spiritlhl.net/ecs)
- LemonBench
檢查 vps 基本資訊,網路,流媒體解鎖,路由等。
wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast
- UnixBench.sh
秋水逸冰大佬的作品,Unixbench 的主要測試項目有:系統調用、讀寫、進程、圖形化測試、2D、3D、管道、運算、C 庫等系統基準性能提供測試數據。
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh
-
Bench 網路帶寬及硬碟讀寫速率:
國外部分 + 國內部分節點
wget -qO- bench.sh | bash
- SuperBench.sh 網路帶寬及硬碟讀寫速率:
SuperBench 腳本是老鬼(Oldking)大神在基於秋水逸冰(teddysun)腳本 bench.sh 的基礎上,加入了獨立伺服器通電時間檢測、伺服器虛擬化架構、TCP 擁塞控制等功能。
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
- YABS 性能測試腳本:
腳本比較全面,可用來測試 vps 多項性能,包括配置資訊、磁碟 IO 測試、網路帶寬測試和 Geekbench 測試。
curl -sL yabs.sh | bash
- Geekbench 5 專測腳本:
bash <(curl -sL gb5.top)