简单描述内容

我是广告区域
作者: chace981 分类: 默认分类 浏览量: 15,903 评论量: 0 创建日期: 2023-12-06 更新日期: 2023-12-06

1、speedtest (国外节点)

github: https://github.com/sivel/speedtest-cli

安装方法:

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 数据)三次,并显示其平均值。

github: https://github.com/teddysun/across/blob/master/bench.sh

安装方法:

wget -qO- bench.sh | bash
curl -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.sh
bash <(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 | bash
wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash

7、UnixBench

github: https://github.com/teddysun/across

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和延迟是多少。那么简单模式可以节省大量的时间。如果需要进一步的信息则可以使用普通模式。

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.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

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

标签: none

暂无人评论

添加新评论