通用Linux服务器测速脚本工具
小何先生 Lv4

购买服务器之后都想测试下服务器的网速以及其他的信息详情,Windows系统网页就可以进行测速,那么Linux系统测速呢?这边小编推荐几款常用的Linux服务器测速脚本给大家使用,这样购买到服务器之后第一时间就可以进行测试下机器性能。

bench.sh脚本工具

这个脚本工具可以检测当前服务器的基本信息,以及简单的IO读写性能和下载上传测速。

1
wget -qO- bench.sh | bash

这里直接复制脚本到Linux服务器中回车。

image

三网回程路由测试

image

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

三网测速脚本

image

1、安装准备

1
2
3
4
5
6
7
##Centos:

yum install -y curl

##Debian/Ubuntu:

apt install -y curl

2、执行测速

国外服务器

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

国内服务器

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

流媒体解锁测试脚本

image

使用方法

1
bash <(curl -Ls unlock.moe)

只检测IPv4结果:

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

只检测IPv6结果:

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

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

image

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

支持的线路为:电信CN2 GT,电信CN2 GIA,联通169,电信163,联通9929,联通4837,移动CMI,比如下方图片测试为搬瓦工CN2 GIA。

三网回程路由测试

image

1
wget -qO- git.io/besttrace | bash

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

image

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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信息查看

image

1
2
3
4
5
6
7
8
9
下面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
总字数 33.1k 访客数 访问量