• 欢迎访问爱玩吧
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏爱玩吧

[教程]serverreview-benchmark:Linux服务器性能测试脚本

实用教程 aiwanyule 3年前 (2021-05-12) 已收录
文章目录[隐藏]

说明:该脚本由一个国外大佬写的,测试结果有系统详细信息,及到亚洲、太平洋、欧洲、美洲等Speedtest测试速度和Ping值,CPU运行速度,内存、硬盘读取速度。还自动生成测试分享链接。

使用

Github地址:https://github.com/sayem314/serverreview-benchmark

运行命令:

#完整测试,含有系统信息,硬盘/CPU/内存速度,CDN等各个地区测速及Ping值
curl -LsO git.io/bench.sh; chmod +x bench.sh && ./bench.sh -a share

#简单测试,只含有系统信息,硬盘/CPU/内存速度,CDN测速
curl -LsO git.io/bench.sh; chmod +x bench.sh && ./bench.sh -b share

如果提示-bash: curl: command not found,可进行如下操作:

apt-get -y install curl  #debian/ubuntu
yum -y install curl  #centos

相关教程


爱玩吧 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:[教程]serverreview-benchmark:Linux服务器性能测试脚本
喜欢 (0)