VPS测试脚本(综合性能、磁盘IO、网络等)

VPS检测脚本是用于评估VPS(虚拟私人服务器)性能、网络速度、延迟等指标的工具。

综合性能检测

across by 秋水逸冰(推荐)

Github地址:https://github.com/teddysun/across

wget -qO- bench.sh | bash

Yet-Another-Bench-Script

Github地址:https://github.com/masonr/yet-another-bench-script

curl -sL yabs.sh | bash

磁盘IO检测

Aniverse

Github地址:https://github.com/Aniverse/A

bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a)

网络检测

IP质量体检(推荐)

bash <(curl -Ls IP.Check.Place)