一些主机评测类网站,基本都是用脚本测出来的,很多人都比较喜欢用这样的脚本给服务器跑分测试的。这些所谓的测试数据其实和实际的使用体验还是有很大差异的。从脚本数据上看不出有问题,但是实际建站你会发现看似便宜且性能跑分差不多的服务器,但是做的网站打开页面就有较大的延迟。所以,以后我们在选择服务器的时候,不能单单看服务器配置,还得真实体验速度。

没有wget就先下载

yum -y install wget

Bench.sh

这个脚本是最早出来的,后来有几个脚本在基础上修改和完善出来的。

# 两命令选其中之一
wget -qO- bench.sh | bash

curl -sL bench.sh | bash

Linux综合工具箱

https://github.com/BlueSkyXN/SKY-BOX/

一个全能型的VPS/服务器测试折腾脚本,涵盖三网带宽测试,回程线路跟踪,git面板安装,宝塔面板安装,磁盘一键挂载,流媒体解锁测试等相当多的功能。

# 适用于amd机器
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
# 适用于arm机器
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/armbox.sh && chmod +x box.sh && clear && ./box.sh

SuperBench.sh

这个脚本来自Oldking,可以快速的展现当前服务器的配置、IO、SpeedTest内置下载速度。

wget -qO- https://gitee.com/a1422756921/linux-integrated-test-script/raw/master/superbench.sh | bash

Yabs.sh

wget -qO- https://gitee.com/a1422756921/linux-integrated-test-script/raw/master/yabs.sh | bash

LemonBench

这个脚本是最近很多人喜欢使用的,因为功能和测试参数比较多。

# 快速测试
wget -qO- https://gitee.com/a1422756921/linux-integrated-test-script/raw/master/LemonBenchIntl | bash -s fast

# 完整测试
wget -qO- https://gitee.com/a1422756921/linux-integrated-test-script/raw/master/LemonBenchIntl | bash -s full

回程线路测试脚本

# 脚本一
curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash


# 脚本二
wget -q route.f2k.pub -O route && bash route

流媒体测试

https://github.com/lmc999/RegionRestrictionCheck

只检测IPv4结果:
bash <(curl -L -s check.unlock.media) -M 4
只检测IPv6结果:
bash <(curl -L -s check.unlock.media) -M 6

NetFlix解锁检测脚本

对于amd64x86_64),请使用如下命令下载运行

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf

对于arm64,请使用如下命令下载运行

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_arm64 && chmod +x nf && ./nf

查询linux服务器公网ipv4

# 八条命令,随便用一条
curl ifconfig.io
curl cip.cc
curl ip-api.com
curl ip.sb
curl api.myip.la
curl ifconfig.me
curl icanhazip.com
curl ident.me

ipv6的直接ifconfig
看网卡的inet6后面地址

多功能,多地区测速脚本

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

综合测试脚本-融合怪

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
届ける言葉を今は育ててる
最后更新于 2023-11-30