标签: VPS常用测试工具
VPS常用测试工具 - 其他工具
其他 VPS 测试工具
DD 磁盘测试
# 生成 5G 文件,顺序
dd if=/dev/zero of=5GB_file bs=1M count=5120
# 生成 5G 文件,随机
dd if=/dev/urand……
VPS常用测试工具 - 重装系统
如果不满意商家提供的模板系统,完全可以自己用脚本重装。
当前系统是 Linux
国外服务器:
curl -O https://raw.githubusercontent.com/bin456789/rei……
VPS常用测试工具 - 路由追踪
测试脚本:
curl nxtrace.org/nt |bash
执行结果演示
1 192.168.50.1 * RFC1918
……
VPS常用测试工具 - 性能测试
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
执行结果演示
-----------------……