主机测评工具

YABS (Yet Another Bench Script)

服务器行业最常见的综合服务器测试脚本,老外国人都在用。这个脚本能自动执行业内最佳的性能基准测试工具。它包含了几项测试来检验服务器关键领域的性能:使用 fio 测试磁盘性能,使用 iperf3 测试网络性能,以及使用 Geekbench 测试 CPU/内存性能。

地址:https://github.com/masonr/yet-another-bench-script

使用(任意一条命令):

curl -sL yabs.sh | bash

wget -qO- yabs.sh | bash

VPS 融合怪服务器测评脚本

一款聚合了很多其它脚本的 all-in-one 测评脚本,相比 YABS 少了 Geekbench 测试,多了 IP 质量与流媒体解锁,以及大陆网络路由测试。

地址:https://github.com/spiritLHLS/ecs

使用:

curl -L <https://github.com/spiritLHLS/ecs/raw/main/ecs.sh> -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

bash <(wget -qO- bash.spiritlhl.net/ecs)

LemonBench

LemonBench是一款针对 Linux 服务器设计的服务器性能测试工具。通过综合测试,可以快速评估服务器的综合性能,为使用者提供服务器硬件配置信息。

地址:https://github.com/LemonBench/LemonBench

使用:

wget -qO- <https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh> | bash -s -- --fast

curl -fsL <https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh> | bash -s -- --fast

Benchy

YABS 的克隆修改项目,输出更为精简。

地址:https://github.com/L1so/benchy

使用:

wget -qO- benchy.pw | sh

curl -Ls benchy.pw | sh

Bench.Monster

服务器/VPS 速度测试脚本,系统信息,I/O 测试和速度测试。

地址:https://bench.monster/

使用:

curl -sL bench.monster | bash

Bench.sh

秋水逸冰大佬开源的自动测试 I/O 和上传下载速度脚本。

地址:https://github.com/teddysun/across

使用:

wget -qO- bench.sh | bash

curl -Lso- bench.sh | bash

Unixbench.sh

秋水逸冰大佬开源的 Unixbench 测试脚本。UnixBench是一个类 Unix(Unix,BSD,Linux)系统下的性能测试工具,一个开源工具,被广泛用与测试 Linux 系统主机的性能。UnixBench 的主要测试项目有:系统调用、读写、进程、图形化测试、2D、3D、管道、运算、C 库等系统基准性能提供测试数据。作者介绍“运行10-30分钟后(根据 CPU 内核数量,运算时间不等)得出分数,越高越好”。

地址:https://github.com/teddysun/across

使用:

wget --no-check-certificate <https://github.com/teddysun/across/raw/master/unixbench.sh>

chmod +x unixbench.sh

./unixbench.sh

memoryCheck

用于检测VPS内存是否超售的一键脚本,检测范围包括:

内存交换(Swap)

气球驱动(Balloon)

Kernel Samepage Merging(KSM内存合并)

检测完毕还可以一键关闭某些选项,提升服务器性能。

地址:https://github.com/uselibrary/memoryCheck

使用:

curl <https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh> | bash

wget --no-check-certificate -O memoryCheck.sh <https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh> && chmod +x memoryCheck.sh && bash memoryCheck.sh

rmmod virtio_balloon

硬盘性能/通电时间检测(独立服务器)

独立服务器专用的硬盘信息,性能及通电时间检测脚本,测试 VPS 只显示基本信息。

地址:https://github.com/Aniverse/A

使用:

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

i-abc / Speedtest

一款多功能测速脚本。

地址:https://github.com/i-abc/speedtest

使用:

bash <(curl -sL bash.icu/speedtest)

bash <(curl -sL <https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh>)

路由测试 - 三网回程路由测试

中国大陆地区电信、联通、移动回城路由测试。

地址:https://github.com/zhanghanyun/backtrace

使用:

curl <https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh> -sSf | sh

AutoTrace

测试本机网络信息、IPV4/IPV6 三网回程 TCP 路由,本机到指定 IPV4/IPV6 TCP 路由。

地址:https://github.com/Chennhaoo/Shell_Bash

使用:

wget -N --no-check-certificate <https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh> && chmod +x AutoTrace.sh && bash AutoTrace.sh

RegionRestrictionCheck

流媒体平台及游戏区域限制测试。

地址:https://github.com/lmc999/RegionRestrictionCheck

使用:

bash <(curl -L -s check.unlock.media)