VPS服务器测试命令

硬件测试

wget -qO- yabs.sh | bash

融合怪项目:
https://github.com/oneclickvirt/ecs

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

BestTrace线路测试:

wget -qO- git.io/besttrace | bash
wget https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh

 

 

线路测试项目—轻量化开源可视化路由跟踪:
https://github.com/nxtrace/NTrace-core
安装:

curl nxtrace.org/nt | bash

# 北上广(电信+联通+移动+教育网)IPv4 / IPv6 ICMP 快速测试

nexttrace --fast-trace

# TCP SYN测试(默认是ICMP测试)

nexttrace --fast-trace --tcp

#指定端口[此处443],默认80端口

nexttrace --tcp --port 443 2001:4860:4860::8888

# UDP Trace(UDP仅支持IPV4)

nexttrace --udp 1.0.0.1

 
# TCP SYN + 1024字节数据包测试(可更改)

nexttrace --fast-trace --tcp  --psize 1024

 
# UDP + 1024字节数据包测试(可更改)

nexttrace --fast-trace --udp  --psize 1024

  
 
 
 
三网测速:

bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)

以下是自动线路测试:

sudo yum install mtr
sudo apt-get install mtr
curl http://tutu.ovh/bash/returnroute/test.sh|bash

内容:主要测试大陆网络回程线路,第二条可以查询IPV6

获取节点列表的方法
官方节点列表,只能获取到IP的附近节点,而且可能有凑数的。
https://c.speedtest.net/speedtest-servers-static.php

speedtest im
http://speedtest.im/
国产,收集了扫段后的数据,可以辅助定位测试节点的ID

其他人整理的List
https://biger.me/184.html
https://cnwebmasters.com/158.html
https://st8.one/archives/26/
https://tianji.me/index.php/%E7%BA%BF%E8%B7%AF%E7%9B%B8%E5%85%B3/176.html

Speedtest 使用中国的服务器节点进行测试

未知名英文全面测评

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast 

发表评论