常见vps测速方法、测试脚本

vps测试网速方法

1.Speedtest-cli

# 安装
sudo apt install speedtest-cli  # Debian/Ubuntu
sudo yum install speedtest-cli  # CentOS

# 运行
speedtest-cli

2.Bench.sh 一键测试脚本(综合性能+网络)

curl -Lso- bench.sh | bash

3.speedtest多功能测试脚本

运行以下命令:

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

脚本仓库

4.融合怪测评脚本

运行以下命令:

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

脚本仓库

1 Comment

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注