微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

LemonBench一键测试Linux服务器性能测试脚本

LemonBench是国内网友@极光星空(iLemonrain) 原创的一款Linux服务器综合测试工具,别名又叫LBench、柠檬Bench,是一款可以一键快速、全面的测试Linux系统服务器的综合性能,主要特点是可以一键测试服务器系统信息、网络IP信息、虚拟服务器大带宽情况(HBO Now、巴哈姆特動畫瘋、哔哩哔哩港澳台、哔哩哔哩台湾)以及cpu、内存、硬盘的性能。测试结果展示美观、直接、通俗易懂,直接中文显示。下面直接为大家奉上测试脚本命令:

一、快速测试

yum -y install wget
wget -O- https://ilemonra.in/LemonBenchIntl | bash -s fast
#或
apt-get install curl
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast 

#蜗牛备用
yum -y install wget
wget -qO- https://raw.githubusercontent.com/wn789/Superspeed/master/LemonBench.sh | bash -s fast

二、完整测试

yum -y install wget
wget -O- https://ilemonra.in/LemonBenchIntl | bash -s full
#或
apt-get install curl
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s full

#蜗牛备用
yum -y install wget
wget -qO- https://raw.githubusercontent.com/wn789/Superspeed/master/LemonBench.sh | bash -s full

 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐