VPS常用测试脚本,综合性能/硬件/IO Speed/CPU跑分/回程路由/硬盘读写/测速/流媒体检测等

本篇给大家搜集一些常用的一键脚本,内容包括VPS配置、网速、带宽、IO、性能、流媒体检测等

vps测试相关

Bench.sh

wget -qO- bench.sh | bash
你可以使用此来查看您的 Linux 系统信息,还可以测试网络带宽及硬盘读写速率

bench.sh演示效果

yabs.sh

wget -qO- yabs.sh | bash 
国外站长常用命令,测试内容包括Linux系统信息,IO信息,网络带宽,geekbench5测试

yabs.sh演示效果

superbench

wget -qO- git.io/superbench.sh | bash
服务器基本信息与IO读写,国内三网下载测试 延迟脚本

速度测试

三网测速

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

回程线路检测脚本

curl http://tutu.ovh/bash/returnroute/test.sh|bash
来自李子博客,适用于centos6/7,测试服务器回程线路类型,是否为中国优化。

流媒体检测脚本

全媒体检测

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
测试范围较广,包含三十几个流媒体平台检测

演示效果

奈飞流媒体检测

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.5/nf_2.5_linux_amd64 && chmod +x nf && clear && ./nf
未经允许不得转载:主机信息 » VPS常用测试脚本,综合性能/硬件/IO Speed/CPU跑分/回程路由/硬盘读写/测速/流媒体检测等

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址