Linux VPS常用测试/评测脚本

润信云 技术支持

Linux VPS常用测试/评测脚本 第1张

常规测试

###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.s

回程路由

###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


本文链接:https://blog.runxinyun.com/post/892.html 转载需授权!

分享到:
版权声明
网站名称: 润信云资讯网
本站提供的一切软件、教程和内容信息仅限用于学习和研究目的。
不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。
我们非常重视版权问题,如有侵权请邮件与我们联系处理。敬请谅解!邮件:7104314@qq.com
网站部分内容来源于网络,版权争议与本站无关。请在下载后的24小时内从您的设备中彻底删除上述内容。
如无特别声明本文即为原创文章仅代表个人观点,版权归《润信云资讯网》所有,欢迎转载,转载请保留原文链接。
0 3

留言0

评论

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。