我爱vps博主含泪总结了12个vps综合测速脚本工具,希望大家搜藏备用,以备不时之需。
1、speedtest (国外节点)
安装方法:
wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py
chmod a+rx speedtest.py
mv speedtest.py /usr/local/bin/speedtest
chown root:root /usr/local/bin/speedtest cd /usr/local/bin ./speedtest
运行命令“speedtest”
2、bench.sh(网络性能)
1、显示各种系统信息;
2、取自 Speedtest 世界多处的数据中心的测试点,网络测试比较全面;
3、IO 测试(顺序写入 1GB 数据)三次,并显示其平均值。
安装方法:
wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash
3、SuperBench.sh(中国节点)
安装方法:
wget https://raw.githubusercontent.com/oooldking/script/master/superbench.sh chmod +x superbench.sh ./superbench.sh
4、zbench(Bench.sh +SuperBench)
github: https://github.com/xsidc/zbench
安装方法:
中文版:
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
5、superspeed(国内节点)
github:https://github.com/evolutionboy/superspeed
安装方法:
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh chmod +x superspeed.sh ./superspeed.sh
bash <(curl -Lso- https://git.io/superspeed)
wget -qO- git.io/superbench.sh | bash curl -Lso- git.io/superbench.sh | bash
6、LemonBench(国际节点)
安装方法:
curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh | bash
wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash
7、UnixBench
UnixBench是一个类unix系(Unix,BSD,Linux)统下的性能测试工具,一个开源工具,被广泛用与测试linux系统主机的性能。Unixbench的主要测试项目有:系统调用、读写、进程、图形化测试、2D、3D、管道、运算、C库等系统基准性能提供测试数据。
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh
花费时间长,约半小时
8、91yuntest
简单模式的测试包含:常规系统参数检测,带宽测试,IO测试和全国ping测试。
主要因为普通模式的下载测试和路由测试有些耗时,有时大家可能只需要快速获得这台服务器的参数,带宽,io和延迟是多少。那么简单模式可以节省大量的时间。如果需要进一步的信息则可以使用普通模式。
普通模式
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test_91yun.sh && bash test_91yun.sh
简单模式:
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91y
9、google benchmark
主要是对vps 中c++中的函数进行基准功能测试
安装方法:
git clone https://github.com/google/benchmark.git
cd benchmark
git clone https://github.com/google/googletest.git
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=RELEASE make sudo make install
10、Linux-SpeedTes
自定义测速脚本,用于vps配置以及网络测试
bash <(curl -Lso- https://git.io/superbench)
11、nench
主要用于cpu和ioping测试
安装方法:
(curl -s wget.racing/nench.sh | bash; curl -s wget.racing/nench.sh | bash) 2>&1 | tee nench.log
(wget -qO- wget.racing/nench.sh | bash; wget -qO- wget.racing/nench.sh | bash) 2>&1 | tee nench.log
12、datacenter-speed-tests
另外介绍,我爱vps也汇总了8个最好的测试VPS ping值工具,点击传送门直达!