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