高速专线机场 老牌大机场

VPS常用性能测试代码,VPS速度测试代码,VPS一键测试代码(测速代码中文版)

前言

那么波仔为大家搜寻了几组测试VPS综合性能以及VPS速度测试的几组一键测速脚本,大家可以分别跑一跑,看看自己的VPS到底怎么样!

写在前面的代码

下面的若干测试代码,若是不能运行,提示wget什么的,请安装wget和Curl软件包。不提示请跳过此步骤!
Wget软件包安装(选装)

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

VPS速度、性能测试

第一组代码 SuperSpeed

线路速度测试,包含电信、联通、移动等线路一键测速

wget https://v2rayssr.com/sh/gospeed.sh && chmod +x gospeed.sh && ./gospeed.sh

第二组代码 ZBench

VPS性能综合测试

中文版代码如下

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

英文版代码如下

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

第三组代码

bash 

Linux系统设置

如何设置Debian IP地址、网关、DNS,详细注释!

2018-12-23 11:18:00

V2Ray搭建VPS各类安装脚本

V2Ray 官方原版安装代码,V2Ray原版一键安装脚本,V2Ray官方安装脚本

2019-3-29 16:10:31

   Google提供的广告
2 条回复 A文章作者 M管理员
  1. 这命令怎么停止运行啊?

    • Ctrl + C