整理了一些测试脚本,对于购买新的VPS或者服务器应该能用的上。在这里感谢各脚本的制作者。
一、superbench测试VPS服务器配置信息、IO性能及到国内节点的网速等。37VPS主机评测
| 
 wget -qO- —no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash 
 | 
|
| 
 #或者 
 | 
|
| 
 curl -Lso- –no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash 
 | 
二、测试VPS服务器配置信息、CPU/内存/硬盘性能、全球节点测速等。还能生成测评报告,分享给其他人查看测评数据。
| 
 #中文版 
 | 
|
| 
 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 
 | 
三、Ping值测试 – 一个24小时监测VPS延迟的工具
安装依赖
| 
 #Debian / Ubuntu 
 | 
|
| 
 apt-get update 
 | 
|
| 
 apt-get install -y python wget screen 
 | 
|
| 
 #CentOS / RHEL 
 | 
|
| 
 yum install -y screen wget python 
 | 
使用方法
| 
 screen -S uping 
 | 
|
| 
 wget -N –no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py 
 | 
|
| 
 python uping.py 
 | 
四、Best Trace路由跟踪
| 
 #下载 
 | 
|
| 
 https://cdn.ipip.net/17mon/besttrace4linux.zip 
 | 
|
| 
 #解压 
 | 
|
| 
 unzip besttrace4linux.zip 
 | 
|
| 
 #使用 
 | 
|
| 
  -q 1 这里是目标IP 
 | 
				


 