- “`
- # 国外性能检测支持10G口测速
-
- curl -sL yabs.sh | bash
- “`
-
-
- “`
- # 三网测速
-
- bash <(curl -Lso- https://git.io/superspeed)
- bash <(curl -Lso- https://git.io/Jlkmw)
- “`
-
-
- “`
- # 路由测试
-
- wget -qO- git.io/besttrace | bash
-
- curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh |bash
- “`
-
- “`
- # UnixBench测试脚本(UnixBench是一个类unix系(Unix,BSD,Linux)统下的性能测试工具,一个开源工具,被广泛用与测试Linux系统主机的性能。Unixbench的主要测试项目有:系统调用、读写、进程、图形化测试、2D、3D、管道、运算、C库等系统基准性能提供测试数据。)
-
- wget –no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
- chmod +x unixbench.sh
- ./unixbench.sh
-
-
- # LemonBench,是一款针对Linux服务器设计的服务器性能测试工具。通过综合测试,可以快速评估服务器的综合性能,为使用者提供服务器硬件配置信息。
-
- LemonBench快速测试命令:
- wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s fast
- LemonBench完整测试命令:
- wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s full
- “`
-
- 杜甫测试
-
- “`
- wget -q https://github.com/Aniverse/A/raw/i/a && bash a
- “`
复制代码
|