附件下载测试 CacheFly 亚太 - 100MBwget -O /dev/null http://cachefly.cachefly.net/100mb.testOnline 法国 - 1000MBwget -O /dev/null http://ping.online.net/1000Mo.datOnline 荷兰 - 1000MBwget -O /dev/null http://ping-ams1.online.net/1000Mo.dat秋水逸冰硬件信息/带宽测试 wget -qO- bench.sh | bash老鬼硬件信息/带宽测试 wget -qO- git.io/superbench.sh | bashZBench硬件信息/带宽测试 #中文版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国内Ping及回程路由测试 wget https://raw.githubusercontent.com/helloxz/mping/master/mping.shbash mping.sh硬件信息及写入测试 wget -q https://github.com/Aniverse/A/raw/i/a bash a国内三网上传下载测试 bash <(curl -Lso- https://git.io/J1SEh)# 或者bash <(curl -Lso- https://cdn.jsdelivr.net/gh/sunpma/Speedtest/speedtest.sh)三网回程路由测试 bash <(curl -sL mcnb.top/route.sh)# 或wget -O route.sh mcnb.top/route.sh bash route.shLemonBench硬件信息/流媒体等综合测试 ### 快速测试wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s fast# 或者curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s fast### 完整测试wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s full# 或者curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s full### 分类测试# 磁盘测试(快速测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --dtfast# 磁盘测试(完整测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --dtfull# 宽带测试(快速测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --spfast# 宽带测试(完整测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --spfull# Traceroute测试(快速测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --trfast# Traceroute测试(完整测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --trfull# CPU基准测试(快速测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --sbcfast# CPU基准测试(完整测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --sbcfull# 内存基准测试(快速测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --sbmfast# 内存基准测试(完整测试模式)bash <(wget -qO- https://ilemonra.in/LemonBenchIntl) --sbmfullCPU跑分测试 CPU性能测试,运行到测试结束会慢一些,耐心等待测试完成 wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh ./unixbench.shGeekbench跑分测试 # 完整项目测试curl -sL yabs.sh | bash# 项目参数测试## 添加需要的参数curl -sL yabs.sh | bash -s -- -{fdighr49}## 例:(仅进行Geekbench 5测试)curl -sL yabs.sh | bash -s -- -fdi可选参数列表-f 此选项禁用fio测试-d 此选项禁用磁盘性能测试-i 此选项禁用网络性能测试-g 此选项将禁用Geekbench系统性能测试-h 此选项打印包含用法、检测到的标志和本地包(fio/iperf)状态的帮助消息-r 此选项可减少iperf位置的数量(Online.net/Clouvider LON+NYC)以减少带宽使用-4 此选项覆盖geekbench5性能测试,而运行geekbench4测试-9 这个选项除了运行Geekbench 5测试之外,还运行Geekbench 4测试SKY-BOX综合工具箱 wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh chmod +x box.sh clear ./box.sh91yuntest硬件信息/带宽/硬盘测试 测试包含:常规系统参数检测,带宽测试,IO测试和全国ping测试、下载测试、路由测试、回程路由测试。下面代码直接复制到机器使用即可,默认会生成html页 wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh bash test.sh -i "io,bandwidth,chinabw,download,traceroute,backtraceroute,allping,gotoping"流媒体解锁测试 bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)Netflix解锁测试 # X86_64wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 chmod +x nf clear ./nf -method full# ARM64wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.61/nf_2.61_linux_arm64 chmod +x nf clear ./nf检测/诊断Youtube地域信息 # 支持IPv4网络的机器wget -O tubecheck https://github.com/sjlleo/TubeCheck/releases/download/1.0Beta/tubecheck_1.0beta_linux_amd64 chmod +x tubecheck clear ./tubecheck# 支持IPv4或者IPv6网络的机器(通用选项)wget -O tubecheck https://cdn.jsdelivr.net/gh/sjlleo/TubeCheck/CDN/tubecheck_1.0beta_linux_amd64 chmod +x tubecheck clear ./tubecheckSpeedTest-X Docker # 安装 Dockercurl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun# 拉取 Docker 镜像docker pull badapple9/speedtest-x# 运行容器docker run -d -p 9001:80 -it badapple9/speedtest-x-d:以常驻进程模式启动9001: 默认容器开放端口,可改为其他端口启动时可指定的环境变量:-e WEBPORT=80: 容器内使用的端口-e MAX_LOG_COUNT=100: 最大可保存多少条测速记录-e IP_SERVICE=ip.sb: 使用的 IP 运营商解析服务(ip.sb 或 ipinfo.io)-e SAME_IP_MULTI_LOGS=false: 是否允许同一IP记录多条测速结果锐速/BBR一键脚本
|