VPS服务器linux系统网络状况测试脚本汇总

相关技巧评论
IPRoyal

购买国外VPS服务器对我们大家来说最关心的莫过于网络情况,在Windows系统下有很多办法都能查看机器网速如何,相比较linux系统下都是命令行可能就稍微有点复杂了,我们这里也可以用一键测试脚本来查看服务器网络情况如何,为大家列出几款常用的linux系统一键测试脚本;

新装linux系统需要安装wget:文章源自Get主机优惠信息-https://getzhuji.com/1798.html

yum install -y wget

test91yun测试脚本,这款脚本主要偏重于网络方面的测试,复制下方脚本命令开始测试,测试会显示出系统基本信息、宽带测试、下载速度和IO性能、路由信息,后面会生成测试报告;文章源自Get主机优惠信息-https://getzhuji.com/1798.html

wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/code/master/test_91yun.sh && bash test_91yun.sh

一键测试脚本bench.sh,适用各种linux发行版本的下载速度和IO测试,复制下方脚本命令后开始测试;文章源自Get主机优惠信息-https://getzhuji.com/1798.html

命令1:文章源自Get主机优惠信息-https://getzhuji.com/1798.html

wget -qO- bench.sh | bash

或者文章源自Get主机优惠信息-https://getzhuji.com/1798.html

curl -Lso- bench.sh | bash

命令2:文章源自Get主机优惠信息-https://getzhuji.com/1798.html

wget -qO- 86.re/bench.sh | bash

或者文章源自Get主机优惠信息-https://getzhuji.com/1798.html

curl -so- 86.re/bench.sh | bash

基于Oldking制作脚本修改,中文显示,测速节点全面,可自主选择三大运营商或单独测试;文章源自Get主机优惠信息-https://getzhuji.com/1798.html

bash <(curl -Lso- https://git.io/superspeed)

ZBench版一键测试脚本,可以同时测试服务器的国内、国外连接速度。文章源自Get主机优惠信息-https://getzhuji.com/1798.html

#中文版 
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
#英文版
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh

TestRace一键脚本,测试电信/移动/教育网/联通四网回程路由工具。文章源自Get主机优惠信息-https://getzhuji.com/1798.html

wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh
bash testrace.sh

另外需要服务器综合测试情况的可以参考:LemonBench文章源自Get主机优惠信息-https://getzhuji.com/1798.html 文章源自Get主机优惠信息-https://getzhuji.com/1798.html

联系博主:@nbsxk(TG电报) 杂货铺曙光商店 机场推荐NaiTu云 (高速专线节点)
  • 【声明】:本站资料均来源于网络,仅供大家参考和学习,请勿违法使用!如无意侵犯到您的权利,请及时与我们联系!
评论  0  访客  0
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定