共计 1595 个字符,预计需要花费 4 分钟才能阅读完成。
Linux 服务器 /vps 一键测试脚本!提供改良版的国内电信、移动、联通节点测速脚本 (一键测试 Linux VPS、服务器国内节点速度参数) 之后,我们可以对国内、国外 VPS 主机采用一些小的工具文件进行简单的参数和速度的测试。
这里 Linux 服务器 /VPS 一键检测 IO、配置信息等问题检测脚本改良,丰富配置信息的展现配置、网速、带宽、IO、性能、netflix 等。搜集的好用的脚本。同时,欢迎推荐。
脚本 1 纯净,不安装任何东西。均为国内节点。
wget -qO- bench.sh | bash
脚本 2 有国内节点,可看上行和下行。
wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
脚本 3
(wget -qO- wget.racing/nench.sh | bash; wget -qO- wget.racing/nench.sh | bash) 2>&1 | tee nench.log
脚本 4
curl -s bench.wget.racing | bash
脚本 5 可比较真实的测试服务器带宽
curl -s https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/yabs.sh | bash
脚本 6 可测试是否支持 Netflxi 等(不一定准确)
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
脚本 7 全能,测速、加速 DD 系统等
wget -N –no-check-certificate https://raw.githubusercontent.com/veip007/hj/master/hj.sh && chmod +x hj.sh && bash hj.sh
脚本 8
(curl -s wget.racing/nench.sh | bash) 2>&1 | tee nench.log
脚本 9 服务器延迟监测
screen -S uping
wget -N –no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
python uping.py
脚本 10 系统配置、国内速度等
wget -qO- –no-check-certificate https://raw.githubusercontent.com/qd201211/Linux-SpeedTest/master/superbench.sh | bash
脚本 11 UnixBench 跑分,测试主机性能
运行 10-30 分钟后 (根据 CPU 内核数量,运算时间不等) 得出分数,越高越好。
wget –no-check-certificate https://zhujiwiki.com/wp-content/uploads/2018/07/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh
脚本 12、测试是否可以观看 Netflix(奈飞)
访问:https://netflix.com/title/80018499
脚本 13 测试本地速度
speedtest go 版本的一键安装脚本
bash <(curl -Lsk https://raw.githubusercontent.com/BigMangos/speedtest-go-script/master/install.sh)
脚本 14 一键测试三网速度
bash <(curl -Lso- https://git.io/superspeed)
脚本 15 一键测试 TCP 三网回程线路
curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash