vps测速整合脚本

vps测速整合脚本

1、Besttrace4Linux路由测试脚本(链路可视化)

get http://cdn.ipip.net/17mon/besttrace4linux.zip
#解压
unzip besttrace4linux.zip
#授权
chmod +x besttrace
#使用
./besttrace -q 1 这里是目标IP
#如果是64位系统则直接besttrace替换besttrace32

2、TCP回程路由测试

curl http://tutu.ovh/bash/returnroute/test.sh|bash
#来自李子博客,测试服务器TCP回程是否为CN2或联通移动直连线路。

3、VPS性能测试脚本1

curl -sL yabs.sh | bash
#脚本来自https://github.com/masonr/yet-another-bench-script

4、VPS性能测试脚本2

wget -qO- bench.sh | bash
#测试VPS基础信息,以及下载速度,来自秋水逸冰

5、VPS性能测试脚本3

wget git.io/vpstest && bash vpstest
#来自互联网

6、Superspeed测速脚本

bash <(curl -Lso- https://git.io/superspeed)
#备份脚本
bash <(curl -Lso- https://raw.githubusercontent.com/zhuji9999/Oldkingsuperspeed/master/superspeed.sh)
#基于Oldking制作脚本修改的,新增5G节点下载测试

7、UnixBench测试脚本(UnixBench是一个类unix系(Unix,BSD,Linux)统下的性能测试工具,一个开源工具,被广泛用与测试Linux系统主机的性能。Unixbench的主要测试项目有:系统调用、读写、进程、图形化测试、2D、3D、管道、运算、C库等系统基准性能提供测试数据。)

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh

8、LemonBench综合测试脚本
LemonBench是一款比较全面的Linux系统服务器性能测试脚本,可以一键测试服务器基本信息、网络信息、CPU内存硬盘性能、网络下载速度以及路由追踪情况。也是主机玖玖最喜欢使用的一个测试脚本。LemonBench脚本分为快速测试脚本和全面测试脚本两个类别,这个大家可以根据自己需要进行体验。

一、快速测试

yum -y install wget
wget -O- https://ilemonra.in/LemonBenchIntl | bash -s fast
#或
apt-get install curl
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast 

#备用
yum -y install wget
wget -qO- https://raw.githubusercontent.com/zhuji9999/Superspeed/master/Lemonbench.sh | bash -s fast

二、完整测试

yum -y install wget
wget -O- https://ilemonra.in/LemonBenchIntl | bash -s full
#或
apt-get install curl
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s full

#备用
yum -y install wget
wget -qO- https://raw.githubusercontent.com/zhuji9999/Superspeed/master/Lemonbench.sh | bash -s full

9、Superspeed.sh 一键测速脚本
这个脚本主要是一键测速服务器到国内电信、联通、移动上行下行带宽的速度。能比较全面的反映服务器真实带宽速度情况!

下面脚本直接中文显示,能比较全面的测试电信、联通、移动速度!可以选择三网一起测试,也可以选择单独测试电信、联通、移动中的任意一条线路。测试节点比较多。

bash <(curl -Lso- https://git.io/superspeed)
#备份脚本
bash <(curl -Lso- https://raw.githubusercontent.com/zhuji9999/Oldkingsuperspeed/master/superspeed.sh)

下面两个脚本是主机玖玖自己根据superbench.sh 脚本修改的测速脚本,根据自己测速习惯增加了海外测速节点!同时这个脚本还可以测试服务器基本信息及硬盘I /O性能。

作者原版测试脚本。

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
#或
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

主机玖玖修改国内速度测速脚本(更多测试节点)。

wget -qO- --no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash 
#或 
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash

主机玖玖修改海外节点测速脚本。

wget -qO- --no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench_hw.sh | bash
#或
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench_hw.sh | bash

10、bench.sh一键测试脚本
bench.sh是比较老的一款服务器速度测试脚本了,主要测试服务器海外节点的下载速度。这个脚本近两年用得比较少了,主要是因为此脚本只能测试服务器本地下行带宽速度,而且是海外节点!

yum -y install wget
wget -qO- bench.sh | bash
#或者
curl -Lso- bench.sh | bash
#或者
yum -y install wget
wget -qO- 86.re/bench.sh | bash
#或者
curl -so- 86.re/bench.sh | bash
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
Linux常用脚本

一键安装HTML5 Speedtest测试服务器到本地速度

2020-10-22 10:13:08

Linux

ServerStatusPlus探针安装

2020-10-22 10:28:13

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
搜索