欢迎访问好IT,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站.

常用的服务器测试脚本

教程 admin 4年前 (2020-05-17) 767次浏览 0个评论 扫描二维码

superbench脚本

基本信息与IO 三网下载测试脚本

wget -qO- git.io/superbench.sh | bash

回程测试脚本

wget -qO- git.io/besttrace | bash

三网测速脚本

bash <(curl -Lso- https://git.io/superspeed.sh)

媒体解锁

 bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

博主推荐使用。近日superbench.sh国内下载测试节点被墙,测速可能暂时无法使用。

Zbench

脚本由漏水和kirito,基于Oldking大佬 的 SuperBench,然后加入Ping以及路由测试的功能,还能生成测评报告,分享给其他人查看测评数据.加入了国内节点测速。

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

含IPV4 IPV6节点下载测试

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

Best Trace路由跟踪

#下载

https://cdn.ipip.net/17mon/besttrace4linux.zip

#解压

unzip besttrace4linux.zip

#使用

./besttrace -q 1 这里是目标IP
LemonBench

LemonBench,是一款针对Linux服务器设计的服务器性能测试工具。通过综合测试,可以快速评估服务器的综合性能,为使用者提供服务器硬件配置信息。

curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh | bash

UnixBench测试脚本

UnixBench是一个类unix系(Unix,BSD,Linux)统下的性能测试工具,一个开源工具,被广泛用与测试linux系统主机的性能。Unixbench的主要测试项目有:系统调用、读写、进程、图形化测试、2D、3D、管道、运算、C库等系统基准性能提供测试数据。
简单的对CPU进行运算测试,需要跑的时间很长,请耐心等好最后测试出来的跑分。

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh

Linux更换内核开启BBR

Linux Centos 一键更换内核 开启BBR脚本。

wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh

好IT, 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明常用的服务器测试脚本
喜欢 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址