以下脚本均来自网络收集,包括但不限于别人分享,网上分享等路径,可以放心使用。如果脚本已失效请在下方评论告知!
在测试的过程中,出现命令不充在,一般情况下你首先要安装 wget 和 curl
Centos安装命令
yum install wget -y
Debian/ubuntu安装命令
apt-get install wget -y
提示证书问题可以使用以下命令
bash <(wget --no-check-certificate -qO- https://github.com/Aniverse/inexistence/raw/master/inexistence.sh)
BBR 锐速一键安装
- 锐速脚本1:
wget -N "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
- 锐速脚本2(进入网址查看)
https://github.com/Meilinhost/LotServer_Vicer
DD系统脚本一脚本DD各种linux脚本
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
Besttrace4Linux路由测试脚本(链路可视化)
wget http://cdn.ipip.net/17mon/besttrace4linux.zip
#解压
unzip besttrace4linux.zip
#授权
chmod +x besttrace
#使用
./besttrace -q 1 这里是目标IP
#如果是64位系统则直接besttrace替换besttrace32
TCP回程路由测试
wget -qO- git.io/autobesttrace | bash
专业测硬盘脚本测IO和网速(可直接测IPv6的网速,国外节点)
wget -qO- bench.sh | bash
#测试VPS基础信息,以及下载速度,来自秋水逸冰
Superspeed测速脚本三网测速,可单独测试
bash <(curl -Lso- https://raw.githubusercontent.com/opear2008/superspeed/master/superspeed.sh)
或
bash <(curl -Lso- https://git.io/J1SEh)
独服测试硬件脚本
wget -q https://github.com/Aniverse/A/raw/i/a && bash a
superbenchpro可测试配置、IO、跑分、网速
bash <(wget --no-check-certificate -O- https://dl.233.mba/sh/superbenchpro.sh)
路由测试
柠檬脚本可以直接测试路由,以下脚本可以直接测试三网路由,每个网络有三个节点
wget -qO- git.io/fphX1 | bash
wget -qO- git.io/besttrace | bash
Ping.pe
去程测试这个是瓦工出品的丢包测试,可以看到各运营商的丢包数据
内存检测脚本
FunctionClub大佬作品,本程序检测的可分配内存指的是用户使用时最大能占用的内存量。特点:检测VPS真实可分配内存,适用于检测VPS超售情况
#CentOS / RHEL
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
服务器测评使用的脚本
if [ -f /usr/bin/curl ];then curl -sSO https://www.hzjcp.com/jiaoben/cs;else wget -O tool https://www.hzjcp.com/jiaoben/cs;fi;bash cs
Linux一键测速脚本 uxh/SuperSpeed 修复版
执行代码:
bash <(curl -Lso- https://git.io/superspeed_uxh)
备用代码:
bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)
Linux一键测速脚本 uxh/SuperSpeed 修复版
用来检测服务器到国内三网运营商速度的一键脚本 SuperSpeed 修复版,很方便,可以测速你的服务器到国内各 […]
修改时间:2023/11/8 分类:Linux教程 人气:0 评论:0