这是一个服务器性能测试脚本的本地化CDN仓库,包含了多个流行的Linux服务器基准测试工具的本地化版本。
本项目旨在提供稳定、快速的服务器性能测试脚本,通过本地化部署避免了网络依赖和下载失败的问题。所有脚本都经过优化,使用本地CDN资源,确保测试的可靠性和速度。
This project aims to provide stable and fast server performance testing scripts. By localizing deployment, it avoids network dependencies and download failures. All scripts have been optimized to use local CDN resources, ensuring reliability and speed of testing.
ecss-bench.sh - 全面的服务器性能测试套件 (v2025.08.31)
系统信息检测 / System information detection
CPU性能测试 / CPU performance testing
内存测试 / Memory testing
磁盘I/O测试 / Disk I/O testing
网络连通性测试 / Network connectivity testing
流媒体解锁检测 / Streaming media unlock detection
yabs-bench.sh - Yet Another Bench Script (v2025-04-20)
Geekbench CPU性能测试 / Geekbench CPU performance testing
fio磁盘性能测试 / fio disk performance testing
iperf3网络性能测试 / iperf3 network performance testing
系统信息收集 / System information collection
superbench.sh - 基础系统信息和性能测试 (v1.1.7)
系统基本信息 / Basic system information
I/O性能测试 / I/O performance testing
网络速度测试 / Network speed testing
best-trace.sh - 网络路由追踪工具 / Network route tracing tool
back-trace.sh - 反向路由追踪 / Reverse route tracing
supertrace.sh - 增强版路由追踪 / Enhanced route tracing
mping-test.sh - 多点ping测试 / Multi-point ping testing
lemonbench.sh - LemonBench性能测试 / LemonBench performance testing
unix-bench.sh - UnixBench系统性能测试 / UnixBench system performance testing
superspeed.sh - 网络速度测试 / Network speed testing
prettyping.sh - 美化版ping工具 / Enhanced ping tool
| 脚本 | 简介 | 使用命令 |
|---|---|---|
| BackTrace | 三网回程路由测试 | bash <(wget -qO- benchs.pika.net.cn/back-trace.sh) |
| ECSScript | 融合怪测评脚本 | bash <(wget -qO- benchs.pika.net.cn/ecss-bench.sh) |
| UnixBench.sh | 一个类unix系统下的性能测试工具 | bash <(wget -qO- benchs.pika.net.cn/unix-bench.sh) |
| Bench.sh | 秋水逸冰大佬的写的Bench.sh脚本 | bash <(wget -qO- benchs.pika.net.cn/qsyb-bench.sh) |
| SuperSpeed | 使用全国各地三大运营的 speedtest 测速节点进行全面测速 | bash <(wget -qO- benchs.pika.net.cn/superspeed.sh) |
| SuperBench.sh | 老鬼大佬的SuperBench测试脚本 | bash <(wget -qO- benchs.pika.net.cn/superbench.sh) |
| SuperTrace.sh | 老鬼大佬的SuperTrace测试脚本 | bash <(wget -qO- benchs.pika.net.cn/supertrace.sh) |
| LemonBench.sh | 一款针对Linux服务器设计的服务器性能测试工具 | bash <(wget -qO- benchs.pika.net.cn/lemonbench.sh) |
| yabs.sh | 一款跨平台的处理基准测试程序 | bash <(wget -qO- benchs.pika.net.cn/yabs-bench.sh) |
| besttrace4linux | 回程路由测试,http://-IPIP.net出品 | bash <(wget -qO- benchs.pika.net.cn/best-trace.sh) |
| Speedtest-Cli | 国外大佬Sivel作品 | bash <(wget -qO- benchs.pika.net.cn/speed-test.py) |
| PrettyPing.sh | 基本用途相当于 ping 命令 附带了更美观精细地彩色图示 | bash <(wget -qO- benchs.pika.net.cn/prettyping.sh) |
| mPing.sh | 方便测试回程Ping值 目前支持众多区域和各大运营商 | bash <(wget -qO- benchs.pika.net.cn/mping-test.sh) |
| 脚本 | 来源地址 |
|---|---|
| BackTrace | https://github.com/zhanghanyun/backtrace |
| ECSScript | https://github.com/spiritLHLS/ecs |
| UnixBench.sh | https://github.com/teddysun/across |
| Bench.sh | https://teddysun.com/444.html |
| SuperSpeed | https://github.com/zq/superspeed |
| SuperBench.sh | https://www.oldking.net/350.html |
| SuperTrace.sh | https://www.oldking.net/350.html |
| LemonBench.sh | https://github.com/LemonBench/LemonBench |
| yabs.sh | https://github.com/masonr/yet-another-bench-script |
| besttrace4linux | https://link.zhihu.com/?target=http%3A//-IPIP.net |
| Speedtest-Cli | https://github.com/sivel/speedtest-cli |
| PrettyPing.sh | https://github.com/denilsonsa/prettyping |
| mPing.sh | https://github.com/helloxz/mping |
x# 下载并运行综合性能测试 / Download and run comprehensive performance testwget -O ecss-bench.sh https://benchs.pika.net.cn/ecss-bench.shbash ecss-bench.sh
# 运行YABS性能测试 / Run YABS performance testwget -O yabs-bench.sh https://benchs.pika.net.cn/yabs-bench.shbash yabs-bench.sh
# 运行SuperBench测试 / Run SuperBench testwget -O superbench.sh https://benchs.pika.net.cn/superbench.shbash superbench.shxxxxxxxxxx# 网络路由追踪 / Network route tracingbash best-trace.sh
# 多点ping测试 / Multi-point ping testingbash mping-test.sh
# UnixBench系统测试 / UnixBench system testingbash unix-bench.sh本地化资源 / Localized Resources: 所有依赖文件都已本地化,避免下载失败 / All dependency files are localized to avoid download failures
多架构支持 / Multi-Architecture Support: 支持x86_64和ARM64架构 / Support for x86_64 and ARM64 architectures
中文优化 / Chinese Optimization: 针对中国大陆网络环境优化 / Optimized for mainland China network environment
稳定可靠 / Stable and Reliable: 经过测试验证,确保脚本稳定运行 / Tested and verified to ensure stable script operation
持续更新 / Continuous Updates: 定期更新脚本和依赖文件 / Regular updates of scripts and dependency files
CPU型号、核心数、频率 / CPU model, core count, frequency
内存容量和使用情况 / Memory capacity and usage
磁盘空间和类型 / Disk space and type
操作系统版本 / Operating system version
虚拟化技术检测 / Virtualization technology detection
CPU: Geekbench单核/多核性能 / Geekbench single-core/multi-core performance
内存 / Memory: 读写速度测试 / Read/write speed testing
磁盘 / Disk: 随机/顺序读写性能 / Random/sequential read/write performance
网络 / Network: 上传/下载速度、延迟测试 / Upload/download speed, latency testing
国内外网络连通性测试 / Domestic and international network connectivity testing
路由追踪分析 / Route tracing analysis
流媒体服务解锁检测 / Streaming media service unlock detection
DNS解析速度测试 / DNS resolution speed testing
Shell脚本 / Shell Scripts: 主要使用Bash编写 / Primarily written in Bash
Python: 部分功能使用Python实现 / Some features implemented in Python
预编译工具 / Pre-compiled Tools:
Geekbench (CPU性能测试 / CPU performance testing)
fio (磁盘I/O测试 / Disk I/O testing)
iperf3 (网络性能测试 / Network performance testing)
besttrace (路由追踪 / Route tracing)
speedtest-cli (网络速度测试 / Network speed testing)
2025.08.31: 更新ecss-bench到最新版本 / Updated ecss-bench to latest version
2025.04.20: 更新yabs-bench,支持最新Geekbench版本 / Updated yabs-bench with latest Geekbench version support
持续更新 / Continuous Updates: 定期同步上游项目更新 / Regular synchronization with upstream project updates
欢迎提交Issue和Pull Request来改进这个项目。/ Welcome to submit Issues and Pull Requests to improve this project.
本项目遵循各个原始项目的许可证。详细信息请查看各脚本的头部注释。/ This project follows the licenses of each original project. For details, please check the header comments of each script.
spiritLHLS/ecs - ecss-bench原始项目 / ecss-bench original project
masonr/yet-another-bench-script - YABS原始项目 / YABS original project
oldking/superbench - SuperBench原始项目 / SuperBench original project
注意 / Note: 使用这些脚本前请确保你有足够的权限,某些测试可能会对系统产生负载。建议在测试环境中先行验证。/ Please ensure you have sufficient permissions before using these scripts, as some tests may put load on the system. It is recommended to verify in a test environment first.