- Fusion Monster
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
or
bash <(wget -qO- bash.spiritlhl.net/ecs)
- LemonBench
Check VPS basic information, network, media streaming unlocking, routing, etc.
wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast
- UnixBench.sh
A work by Qiushui Yibing, Unixbench's main test items include: system calls, read/write, processes, graphical tests, 2D, 3D, pipelines, calculations, C libraries, and other system benchmark performance test data.
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh
-
Bench Network bandwidth and disk read/write speed:
Part of overseas + part of domestic nodes
wget -qO- bench.sh | bash
- SuperBench.sh Network bandwidth and disk read/write speed:
The SuperBench script is based on the bench.sh script by Oldking, adding features such as independent server power-on time detection, server virtualization architecture, TCP congestion control, etc.
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
- YABS Performance testing script:
A comprehensive script that can be used to test multiple aspects of VPS performance, including configuration information, disk IO testing, network bandwidth testing, and Geekbench testing.
curl -sL yabs.sh | bash
- Geekbench 5 Special test script:
bash <(curl -sL gb5.top)