首页HTML开始的地方

VPS测试

1. 查看配置-一键测试

  • yet-another-bench-scrip

https://github.com/masonr/yet-another-bench-script
curl -sL yabs.sh | bash

  • Teddysun的 bench.sh 脚本

https://github.com/teddysun/across
wget -qO- bench.sh | bash

  • OldKing 老鬼的 SuperBench.sh 脚本

https://github.com/oooldking/script
wget -qO- git.io/superbench.sh | bash

到中国网络的路由测试
wget -qO- oldking.net/supertrace.sh | bash
到中国网速测试
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh

  • Bench.Monster

  • LemonBench优化版

  • LemonBench

curl -fsL https://raw.githubusercontent.com/HostEvaluate/LemonBench/master/LemonBench.sh | bash -s fast


 

2. IO测试

  • 测vps

yabs单独测试IO

cd到vps根目录盘位置执行
curl -sL yabs.sh | bash -s -- -i -g

  • 测挂载盘

yabs单独测试IO

cd到挂载盘位置执行
curl -sL yabs.sh | bash -s -- -i -g


 

3. 网速测试

  • speedtest 国外节点

https://github.com/sivel/speedtest-cli

wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli
./speedtest-cli
列出节点
./speedtest-cli --list
列出所有的中国节点
./speedtest-cli --list | grep China
  • SuperSpeed.sh 修复版

bash <(curl -Lso- https://git.io/superspeed_uxh)
或者
bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)

  • bench单独测试

wget -qO- bench.sh | bash

  • yabs单独测试网络

curl -sL yabs.sh | bash -s -- -f -g

  • HyperSpeed(服务器到国内网速测试)

bash <(wget -qO- https://bench.im/hyperspeed)

  • 其他

https://github.com/evolutionboy/superspeed
https://github.com/LemonBench/LemonBench
https://github.com/91yun/91yuntest


 

4. 线路测试

  • 【去程】(本地或在线测试)

vps去程测试网址:https://tools.ipip.net/traceroute.php

vps的ping测试网址:https://ping.pe

  • 【回程】(vps中测试)

第一个

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash
正在测试,请稍等...
——————————————————————————————
目标:北京电信[219.141.136.12] 回程线路:电信CN2 GIA
目标:北京联通[202.106.50.1] 回程线路:电信CN2 GT

第二个

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
2023/01/04 18:32:03 正在测试三网回程路由...
2023/01/04 18:32:03 北京电信 219.141.136.12 电信CN2 [优质线路]

第三个

wget -qO- git.io/besttrace | bash

第四个

curl http://tutu.ovh/bash/returnroute/test.sh|bash


 

5. 流媒体解锁测试

bash <(curl -L -s check.unlock.media)

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh)

posted @ 2023-09-08 12:17  csnotes  阅读(104)  评论(0编辑  收藏  举报

这是页脚html