- 融合怪
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)