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 -O- https://ilemonra.in/LemonBenchIntl | bash -s full#或apt-get install curl curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s full
如果你想使用UnixBench测试你的服务器性能,请使用SSH工具连接你的服务器后执行下面命令。脚本默认使用UnixBench5.1.3版本,因为大多VPS都没有显卡或者是集成显卡,不需要进行图像性能测试,所以作者注释了关于graphic的测试项。此脚本运行测试时间大约10-30分钟,跑分结束后得分越高性能越好。
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh./unixbench.sh
如果需要测试服务器国内节点的回程路由情况,使用SSH工具连接服务器后,输入下面命令即可。
yum -y install wget wget -qO- git.io/fphX1 | bash#或yum -y install wget wget -qO- https://raw.githubusercontent.com/wn789/VPS-/master/autoBestTrace.sh | bash
使用Putty、宝塔远程桌面助手、Xshell等工具通过SSH端口连接自己服务器,然后执行下面命令进行测试:
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash #或 curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash #备用:更多国内测试节点 wget -qO- --no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash #或 curl -Lso- -no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash #备用:更多国外测试节点 wget -qO- --no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench_hw.sh | bash #或 curl -Lso- -no-check-certificate https://raw.githubusercontent.com/wn789/Superspeed/master/superbench_hw.sh | bash
目前一键测试脚本bench.sh已经非常成熟,你看到过的很多VPS服务器评测可能都是使用此脚本进行系统信息、IO读写、下载速度测试。bench.sh几乎支持所有Linux发行版系统的带宽、IO测试和服务器基本信息检测。
脚本使用命令
命令1:
yum -y install wget wget -qO- bench.sh | bash
或者
curl -Lso- bench.sh | bash
命令2:
yum -y install wget wget -qO- 86.re/bench.sh | bash
或者
curl -so- 86.re/bench.sh | bash
发表评论