VPS 测试脚本

VPS 测试脚本

Superspeed.sh

1
2
3
4
5
| No.      | Bash Command                    
|----------|---------------------------------
| 1 | wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
| 2 | chmod +x superspeed.sh
| 3 | ./superspeed.sh

Superbench.sh

1
2
3
4
| No.      | Bash Command                       
|----------|----------------------------------
| 1 | wget -qO https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
| 2 | curl -Lso- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

I/O bench and system info

1
2
3
4
bash <(wget -qO- git.io/ceshi)
bash <(curl -Ls git.io/ceshi)
bash -c "$(wget -qO- https://github.com/Aniverse/A/raw/i/a)"
wget -q https://github.com/Aniverse/A/raw/i/a && bash a

高级用法

1
2
3
4
5
No IP                bash <(wget -qO- git.io/ceshi) -a
No IPIP bash <(wget -qO- git.io/ceshi) -b
No IOtest bash <(wget -qO- git.io/ceshi) -c
No IP, IPIP, IOTEST bash <(wget -qO- git.io/ceshi) -abc
IOPS test bash <(wget -qO- git.io/ceshi) -j

Linux 服务器一键测试、测速脚本 SuperBench

1
bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh)
1
wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh | sudo bash