安装curl
1:apt update -y && apt install -y curl && apt install -y socat ##Ubuntu/Debian 系统安装 Curl 方法 2:yum update -y && yum update -y && yum install -y socat ##Centos 系统安装 Curl 方法
bbrplus:
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
mack-a大佬基于Xray的八合一版本,支持vless、vmess、Trojan、Trojan-go
一键脚本:
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
Linux服务器综合测试工具 LemonBench (Beta)
快速测试
如果你的服务器上安装有 curl 工具,请使用以下命令执行脚本:
curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s fast
如果你的服务器上安装有 wget 工具,请使用以下命令执行脚本:
wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s fast
完整测试
如果你的服务器上安装有 curl 工具,请使用以下命令执行脚本:
curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s full
如果你的服务器上安装有 wget 工具,请使用以下命令执行脚本:
wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s full