> 文章列表 > 服务器最常用的vps综合测速脚本工具

服务器最常用的vps综合测速脚本工具

1、speedtest (国外节点)

github: https://github.com/sivel/speedtest-cli安装方法wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.pychmod a+rx speedtest.pymv speedtest.py /usr/local/bin/speedtestchown root:root /usr/local/bin/speedtest cd /usr/local/bin ./speedtest运行命令“speedtest”

2、bench.sh(网络性能)

1、显示各种系统信息;2、取自 Speedtest 世界多处的数据中心的测试点,网络测试比较全面;3、IO 测试(顺序写入 1GB 数据)三次,并显示其平均值。github: https://github.com/teddysun/across/blob/master/bench.sh安装方法:wget -qO- bench.sh | bashcurl -Lso- bench.sh | bash

3、SuperBench.sh(中国节点)

github: https://github.com/alenpoe/superbench安装方法: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.shbash <(curl -Lso- https://git.io/superspeed)wget -qO- git.io/superbench.sh | bash curl -Lso- git.io/superbench.sh | bash

6、LemonBench(国际节点)

github: https://github.com/LemonBench/LemonBench安装方法:curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh | bashwget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash

7、UnixBench

github: https://github.com/teddysun/acrossUnixBench是一个类unix系(Unix,BSD,Linux)统下的性能测试工具,一个开源工具,被广泛用与测试linux系统主机的性能。Unixbench的主要测试项目有:系统调用、读写、进程、图形化测试、2D、3D、管道、运算、C库等系统基准性能提供测试数据。wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.shchmod +x unixbench.sh./unixbench.sh花费时间长,约半小时

8、91yuntest

简单模式的测试包含:常规系统参数检测,带宽测试,IO测试和全国ping测试。主要因为普通模式的下载测试和路由测试有些耗时,有时大家可能只需要快速获得这台服务器的参数,带宽,io和延迟是多少。那么简单模式可以节省大量的时间。如果需要进一步的信息则可以使用普通模式。github: https://github.com/91yun/91yuntest普通模式

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.gitcd benchmarkgit clone https://github.com/google/googletest.gitmkdir buildcd buildcmake .. -DCMAKE_BUILD_TYPE=RELEASE make sudo make install

10、Linux-SpeedTes

httpst://github.com/qd201211/Linux-SpeedTest自定义测速脚本,用于vps配置以及网络测试bash <(curl -Lso- https://git.io/superbench)

11、nench

https://github.com/n-st/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

github:https://github.com/jakejarvis/datacenter-speed-tests另外介绍,我爱vps也汇总了8个最好的测试VPS ping值工具,点击传送门直达!