VPS测试工具
1.更新软件(Ubuntu)
apt update -y && apt upgrade -y && apt install sudo curl -y
2.网络测试
IPIP去程路由测试:
https://tools.ipip.net/traceroute.php
bash <(curl -Ls <https://Check.Place>) -N
3.硬件测试
bash <(curl -Ls <https://Check.Place>) -H
4.IP测试
bash <(curl -Ls <https://Check.Place>) -I
评论