服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Linux - 5个Linux服务器一键综合测试性能和配置脚本工具

5个Linux服务器一键综合测试性能和配置脚本工具

2020-10-15 22:37戏世博客戏世之人 Linux

我们站长在选择云服务器的时候会浏览看到一些主机评测类网站,基本上看到的评测类网站对于商家和服务器的评测信息都包含各种跑分和测评脚本工具出来的数据。我们很多网友还是比较喜欢用这样的脚本进行给服务器跑分测试

说明

我们站长在选择云服务器的时候会浏览看到一些主机评测类网站,基本上看到的评测类网站对于商家和服务器的评测信息都包含各种跑分和测评脚本工具出来的数据。我们很多网友还是比较喜欢用这样的脚本进行给服务器跑分测试的。

第一、Superbench

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

这个脚本来自Oldking,可以快速的展现当前服务器的配置、IO、SpeedTest内置下载速度。

5个Linux服务器一键综合测试性能和配置脚本工具

第二、Bench

  1. wget -qO- bench.sh | bash 

这个脚本是最早出来的,后来有几个脚本在基础上修改和完善出来的。

5个Linux服务器一键综合测试性能和配置脚本工具

第三、ZBench

wget -N no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

这个脚本就是基于前面几个脚本改造过来的。看到只是进行中文汉化。

5个Linux服务器一键综合测试性能和配置脚本工具

第四、LemonBench

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

这个脚本是最近很多人喜欢使用的,因为功能和测试参数比较多。

5个Linux服务器一键综合测试性能和配置脚本工具

第五、SpeedTest

wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py

chmod a+rx speedtest.py

python speedtest.py

我们可以根据指定的地区进行测速:

python speedtest.py list

然后看到对应的ID进行测速:

python speedtest.py server 对应ID

原文地址:https://www.6r9.net/640.html

延伸 · 阅读

精彩推荐