摘要:常用测试脚本,涵盖性能测试、网络检测、系统信息查询等方面。
以下是一些常用的服务器测试脚本,涵盖性能测试、网络检测、系统信息查询等方面,适用于 Linux 系统的服务器。
一、综合性能测试脚本
1. UnixBench(基本性能测试)
2. Geekbench 5(跨平台性能测试)
二、网络质量测试脚本
1. Speedtest(网速测试)
2. MTR(网络连通性与路由追踪)
3. CloudFlare Warp 延迟测试
三、磁盘 I/O 测试脚本
1. DD 命令(简单磁盘写入测试)
2. FIO(专业磁盘性能测试)
四、系统信息与配置检测
1. VPS 信息查询脚本(Collect System Info)
2. LemonBench(综合信息与优化建议)
五、其他实用脚本
1. YABS(Yet Another Bench Script)
2. BashBench(轻量级 CPU 测试)
六、脚本补充
此部分内容转载于:https://www.zrblog.net/35420.html
常规测试:
###Bench###
wget -qO- bench.sh | bash (或curl -Lso- bench.sh | bash)
###Yabs###
wget -qO- yabs.sh | bash (或curl -sL yabs.sh | bash )
###superbench### 带国内三网测速
wget -qO- git.io/superbench.sh | bash
综合测试:
###融合怪###
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
###NodeBench###
bash <(curl -sL https://raw.githubusercontent.com/LloydAsp/NodeBench/main/NodeBench.sh)
###LemonBench###
wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast
带宽测速:
###Speedtest###
curl -LsO bench.monster/speedtest.sh; bash speedtest.sh (可加参数如-Global)
###Speedtest-2(国内多网)###
bash <(curl -sL bash.icu/speedtest)
###superspeedh###
bash <(curl -Lso- https://git.io/superspeed.sh)
###superspeedh修复版###
bash <(curl -Lso- https://git.io/superspeed_uxh)
###Taier###
bash <(curl -sL res.yserver.ink/taier.sh)
###hyperspeed###
bash <(curl -Lso- https://bench.im/hyperspeed)
###全球speed###
curl -sL network-speed.xyz | bash
IP质量/流媒体测试:
###IP质量###
bash <(curl -sl IP.Check.Place)
###原生检测###
bash <(curl -sL Media.Check.Place)
###媒体解锁###
bash <(curl -L -s check.unlock.media)
###更多信息###
bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh)
回程路由:
###KOS工具箱###
wget -q route.f2k.pub -O route && bash route
###backtrace###
curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh
###节点tracert###
wget -qO- git.io/besttrace | bash
wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
wget https://ghproxy.com/https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh
文章作者:旺东
文章标题:Linux服务器常用测试脚本汇总
文章链接:https://wang618.cn/linux-fu-wu-qi-chang-yong-ce-shi-jiao-ben-hui-zong.html
本站所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明来自旺东自留地!
文章标题:Linux服务器常用测试脚本汇总
文章链接:https://wang618.cn/linux-fu-wu-qi-chang-yong-ce-shi-jiao-ben-hui-zong.html
本站所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明来自旺东自留地!
设备上扫码阅读
评论列表:

📢表示有用👌
1 天前
@枩:以前用过还是不错的!
轻NAS软件方案推荐
@枩:被你发现了😄
玩FC游戏
@彬红茶:已更换完毕!
给我留言
博主你好!顶茶社域名换一下! 名称:彬...
给我留言
极影派也不错
轻NAS软件方案推荐
📢表示有用👌
Linux服务器常用测试脚本汇总