前言
- 请安装wget和Curl软件包 如已安装请忽略
Wget安装
代码语言:javascript复制yum -y install wget ##ContOS Yum 安装 wget
apt-get install wget ##Debian Ubuntu 安装 wget
curl安装
代码语言:javascript复制apt-get update -y && apt-get install curl -y ##Ubuntu/Debian 系统安装 Curl 方法
yum update -y && yum install curl -y ##Centos 系统安装 Curl 方法
代码
测试代码1
代码语言:javascript复制wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
测试代码2
代码语言:javascript复制bash <(curl -Lso- https://git.io/superspeed)
测试代码3
代码语言:javascript复制wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh && bash test.sh -i "io,bandwidth,chinabw,download,backtraceroute,gotoping"