Apache AB

Posted taadis

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache AB相关的知识,希望对你有一定的参考价值。

Apache AB

ab - Apache HTTP server benchmarking tool

那么 ab 应该是 Apache Benchmark 的首字符.

安装完 apache 后, 自带 ab 工具...

Docker

有 docker 环境的又是没事可以用来跑下 ab, 随用随删, 不需要在自己的主机下载安装省事.

# 下载并运行并进去容器 bash
docker run --name ab --rm -it httpd:2.4.41-alpine bash
# 进入之后执行 ab 命令即可
# 退出后自动删除该容器

一些使用

# 访问3次 5个并发
ab -n 3 -c 5 https://xxx.com

以上是关于Apache AB的主要内容,如果未能解决你的问题,请参考以下文章

Apache ab 压力并发测试工具

Apache ab 压力并发测试工具

环境初始化 Build and Install the Apache Thrift IDL Compiler Install the Platform Development Tools(代码片段

Apache 的ab测试

网站性能压力测试工具--apache ab使用详解

网站性能压力测试工具:Apache ab使用详解