VPS常用性能测试代码

发布时间:2021-04-29

前言

  • 请安装wget和Curl软件包 如已安装请忽略

Wget安装

yum -y install wget    ##ContOS Yum 安装 wget
apt-get install wget   ##Debian Ubuntu 安装 wget

curl安装

apt-get update -y && apt-get install curl -y    ##Ubuntu/Debian 系统安装 Curl 方法
yum update -y && yum install curl -y            ##Centos 系统安装 Curl 方法

代码

测试代码1

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

测试代码2

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

测试代码3

wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh && bash test.sh -i "io,bandwidth,chinabw,download,backtraceroute,gotoping"

打赏


哇 你要支持我吗?太慷慨了!谢谢
上一篇
下一篇