Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adysec/script
VPS测试脚本 | VPS性能测试(VPS基本信息、IO性能、全球测速、ping、回程路由测试)、BBR加速脚本(一种加速TCP的拥堵算法技术)、三网测速脚本(三网测速、流媒体检测)、线路路由测试(Linux VPS回程路由一键测试脚本)
https://github.com/adysec/script
bbr bench benchmark script speedtest test trace traceroute
Last synced: 21 days ago
JSON representation
VPS测试脚本 | VPS性能测试(VPS基本信息、IO性能、全球测速、ping、回程路由测试)、BBR加速脚本(一种加速TCP的拥堵算法技术)、三网测速脚本(三网测速、流媒体检测)、线路路由测试(Linux VPS回程路由一键测试脚本)
- Host: GitHub
- URL: https://github.com/adysec/script
- Owner: adysec
- License: cc0-1.0
- Created: 2023-06-16T02:21:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-01T03:10:31.000Z (7 months ago)
- Last Synced: 2024-11-07T10:23:54.077Z (2 months ago)
- Topics: bbr, bench, benchmark, script, speedtest, test, trace, traceroute
- Homepage: https://adysec.com
- Size: 8.79 KB
- Stars: 161
- Watchers: 143
- Forks: 128
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## VPS性能测试
```
#VPS基本信息、IO性能、全球测速
wget -qO- bench.sh | bash
#VPS基本信息、IO性能、国内测速
bash <(curl -Lso- git.io/superbench.sh)
#VPS基本信息、IO性能、国内外测速、Ping、路由测试
bash <(curl -Lso- https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh)
#IO测试、宽带测试、SpeedTest国内节点测试、世界各地下载速度测试、路由测试、回程路由测试、全国Ping测试、国外Ping测试、UnixBench跑分测试
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh && bash test.sh -i "io,bandwidth,chinabw,download,traceroute,backtraceroute,allping"
```## BBR加速
```
bash <(curl -Lso- https://github.com/teddysun/across/raw/master/bbr.sh)
```## 三网测速
```
bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)
```## 线路测试
```
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
bash <(curl -Lso- https://raw.githubusercontent.com/flyzy2005/shell/master/autoBestTrace.sh)
bash <(curl -Lso- https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh)
```