Skip to content

测试1: VPS测速工具+日常测速LOG

网络工具ping, mtr, traceroutew, dig, whois等

波仔测速

wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/vpstest.sh && bash vpstest.sh
  1. 对 VPS 的整体性能进行测试,包含 VPS 的硬件信息,硬盘速率等等
  2. 对 VPS 的网络性能进行测试,包含三网(电信、移动、联通)的下载速度和上传速度等 (这个有点问题 – 用 wget -qO- https://git.io/Jvh0J | bash )
  3. 对 VPS 的回程路由进行测试,包含四网(电信、移动、联通、教育网)的回程线路。

设立Speedtest HTML5 – 也可以用Docker Portainer 来安装

# speedtest using go
bash <(curl -Lsk https://raw.githubusercontent.com/BigMangos/speedtest-go-script/master/install.sh)
# 必须用IP:8989来访问
# or using docker one-liner
apt install docker.io
docker run -d -p 9080:80 --name speedtest --restart=always ilemonrain/html5-speedtest:alpine

测速脚本的整理

  1. 2020_07_19 wget -qO- https://git.io/Jvh0J | bash 
  2. 2020_07_19 wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py && python speedtest.py
  3. wget -qO- msoayu56.com/files/speedtest/superbench.sh | bash
  4. wget https://v2rayssr.com/sh/gospeed.sh && chmod +x gospeed.sh && ./gospeed.sh
  5. wget -N –no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

日常测速Log

上海,4月7日晚上8点下载Mbps枣庄BGP转发-联通出
DMIT HK213227
DMIT LAX 200mbps2.7315.7
Gigsgigs LAX0.630.8
Oranme HK 50mbps0.752.17

——————–

过去的一些具体测速:

以下测速都是在北京时间2020-03-24的晚上23:40左右进行的 – 算是国内高峰吧。

第一种

wget https://v2rayssr.com/sh/gospeed.sh && chmod +x gospeed.sh && ./gospeed.sh
今天新搞的CloudCone年付$10的渣渣小鸡 – 测速1
Oracle Cloud上面需要付钱的Premium配置就不太一样。。。 – 测速1
主力搬瓦工 – 测速1

第二种

bash <(curl -Lso- https://git.io/superspeed)
渣渣CC机 – 测速2
Oracle Cloud Premium – 测速2
主力搬瓦工 – 测速2

第三种

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
渣渣CC机 – 测速3
Oracle Cloud Premium – 测速3
主力搬瓦工 – 测速3

Leave a Reply

Your email address will not be published.