Last active
February 26, 2024 15:51
-
-
Save viacooky/e39e6d455776ff60a65879f7eb27a566 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 综合测试 | |
## 秋水逸冰 | |
wget -qO- bench.sh | bash | |
## 老鬼 | |
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash | |
## Zbench | |
###中文版 | |
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh | |
###英文版 | |
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh | |
## LemonBench 服务器性能测试 | |
wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash | |
# 带宽测试 | |
## SpeedTest | |
wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py | |
chmod a+rx speedtest.py | |
python speedtest.py --list | more | |
python speedtest.py --list | grep China | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment