vps测试脚本

 VPS基础信息、硬盘IO、带宽和网络延迟等项目:
wget -qO- bench.sh | bash


VPS国内节点速度:
bash <(curl -Lso- https://git.io/superspeed)

wget -qO- git.io/superbench.sh | bash


综合节点速度:

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

 

服务器综合性能:

wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash










附:
24小时监测VPS延迟的工具:

uPing-一个24小时监测VPS延迟的工具

依赖安装

#Debian / Ubuntu
apt-get update
apt-get install python wget screen -y
#CentOS / RHEL
yum install screen wget python -y

使用方法

screen -S uping
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
python uping.py

 

来源:https://www.mrkevin.net/share/1383.html