服务器性能测试/带宽测试脚本总结

主要适用于CentOS系统,其他系统自行测试可用性,依赖安装不同系统需要使用不同指令,请自行修改

1、superbench可以测试服务器配置信息/IO性能/国内节点网速

wget https://raw.githubusercontent.com/oooldking/script/master/superbench.sh
chmod +x superbench.sh
./superbench.sh

2、superspeed测试服务器与国内节点网速

wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
chmod +x superspeed.sh
./superspeed.sh

3、serverreview-benchmark测试服务器配置信息/IO性能/全球节点速度

yum install curl -y
curl -LsO https://raw.githubusercontent.com/sayem314/serverreview-benchmark/master/bench.sh
chmod +x bench.sh
./bench.sh -a share

4、memtest测试内存可用量

64位

wget http://down.xxorg.com/Tool/memtest/memtest_1M_64
chmod +x ./memtest_1M_64
./memtest_1M_64

32位

wget http://down.xxorg.com/Tool/memtest/memtest_1M_32
chmod +x ./memtest_1M_32
./memtest_1M_32

5、Best Trace路由跟踪工具

wget http://down.xxorg.com/Tool/besttrace/besttrace
chmod +x besttrace
./besttrace -q 1 IP

6、LemonBench 服务器综合性能测试

wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash

7、Zbench 测试服务器 配置信息/IO性能/全球节点速度/ping

#中文版
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

8、uPing 24小时ping值测试

yum install screen wget python -y
screen -S uping
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
python uping.py
点赞

发表回复

电子邮件地址不会被公开。必填项已用 * 标注