vps常用脚本大全-kb88凯时官网登录

来自:
时间:2022-06-28
阅读:
免费资源网 - https://freexyz.cn/
以下脚本均来自网络收集,包括但不限于别人分享,网上分享等路径,可以放心使用。如果脚本已失效请在下方评论告知!

准备工作

在测试的过程中,出现命令不充在,一般情况下你首先要安装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)

1、bbr 锐速一键安装
#脚本1
wget -n "https://github.000060000.xyz/tcp.sh" && chmod  x tcp.sh && ./tcp.sh
#脚本2(进入网址查看)
https://github.com/meilinhost/lotserver_vicer

2、dd系统脚本一脚本dd各种linux脚本

来至萌伽大佬

wget --no-check-certificate -o autoreinstall.sh https://git.io/autoreinstall.sh && bash autoreinstall.sh
#来自互联网

3、besttrace4linux路由测试脚本(链路可视化)

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

4、tcp回程路由测试
wget -qo- git.io/autobesttrace | bash

5、柠檬脚本可测试配置、io、cpu、内存、路由

curl -fsl https://ilemonra.in/lemonbenchintl | bash -s fast

6、专业测硬盘脚本测io和网速(可直接测ipv6的网速,国外节点)

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

7、superbench可测试配置、io、网速等

wget -qo- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
8、superspeed测速脚本三网测速,可单独测试
bash <(curl -lso- https://raw.githubusercontent.com/opear2008/superspeed/master/superspeed.sh)
或bash <(curl -lso- https://git.io/j1seh)

9、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

10、独服测试硬件脚本

wget -q https://github.com/aniverse/a/raw/i/a && bash a

11、superbenchpro

可测试配置、io、跑分、网速

bash <(wget --no-check-certificate -o- https://dl.233.mba/sh/superbenchpro.sh)

12、路由测试

柠檬脚本可以直接测试路由,以下脚本可以直接测试三网路由,每个网络有三个节点

wget -qo- git.io/fphx1 | bash
wget -qo- git.io/besttrace | bash

13、去程测试这个是瓦工出品的丢包测试,可以看到各运营商的丢包数据
https://ping.pe/

14、存检测脚本

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
免费资源网 - https://freexyz.cn/
返回顶部
顶部
网站地图