tx

Giao桑

来日方长,何惧车遥马慢
20,707
vps服务器常用测速,跑分,测评,回程路由等脚本 vps服务器常用测速,跑分,测评,回程路由等脚本

首先我建议之间简单粗暴Bench综合脚本

wget -qO- bench.sh | bash

或者

curl -Lso- bench.sh | bash

三网回程路由测试:

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

三网测速脚本:
1、安装准备

##Centos:
yum install -y curl
##Debian/Ubuntu:
apt install -y curl

2、执行测速

国外服务器

bash <(curl -Lso- https://git.io/superspeed_uxh)

国内服务器

bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)

流媒体解锁测试脚本

使用方法

bash <(curl -Ls unlock.moe)

只检测IPv4结果:

bash <(curl -Ls unlock.moe) -m 4

只检测IPv6结果:

bash <(curl -Ls unlock.moe) -m 6

一键检测VPS回程国内三网路由

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

三网回程路由测试

wget -qO- git.io/besttrace | bash

检测VPS真实可分配内存,适用于检测VPS超售情况

#Centos
yum install wget -y
yum groupinstall "Development Tools" -y
wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out
#Ubuntu / Debian
apt-get update
apt-get install wget build-essential -y
wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp
gcc -l stdc++ memtester.cpp
./a.out

vps信息查看

下面4条命令随便输入一条即可测试VPS性能:

bash -c "$(wget -qO- https://github.com/Aniverse/A/raw/i/a)"
bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a)
bash <(curl -s https://raw.githubusercontent.com/Aniverse/A/i/a)
wget -q https://github.com/Aniverse/A/raw/i/a && bash a
4 条评论
user 编辑评论信息
插入图片

隐私评论
  1. @
    giao 3天前
    iPad · Safari · 美国

    curl -sL yabs.sh | bash -s -- -f

  2. @
    giao 3月20日
    Android · Chrome 118 · 福建省三明市 联通

    bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

  3. @
    giao 2023年10月24日
    Windows 10 · Chrome 118 · 美国

    curl -sL yabs.sh|bash -s -- -if -fdi5

  4. @
    giao 2023年04月29日
    iPhone · Safari · 福建省福州市 联通

    bash <(curl -Lso- https://7.gejiba.com/download/superspeed.sh)

随机一言

:D 获取中...

文章目录