介绍:该脚本由一个国外大佬写的,测试结果有系统详细信息,及到亚洲、太平洋、欧洲、美洲等Speedtest
测试速度和Ping
值,CPU
运行速度,内存、硬盘读取速度。还自动生成测试分享链接。
使用
运行命令:
#完整测试,含有系统信息,硬盘/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
命令参数
-info # System Information
-io # I/O Test
-cdn # CDN Download (200MB)
-northamerica # North America Download (800MB)
-europe # Europe Download (900MB)
-asia # Asia Download (400MB)
-b # System Info + CDN Download + I/O Test
-a # All In One Command
-speed # Test from speedtest.net using speedtest cli
-help # Show help
-about # Show about
文章: 《serverreview-benchmark:Linux服务器性能测试脚本》
联系方式:
文章链接:https://wxiou.cn/index.php/archives/93/
除特别注明外,文章均为Literature原创,转载时请注明本文出处及文章链接
联系方式:
文章链接:https://wxiou.cn/index.php/archives/93/
除特别注明外,文章均为Literature原创,转载时请注明本文出处及文章链接