PHP我爱编程

CentOS 下安装 ab 测试工具(Apache Benchm

2016-12-21  本文已影响138人  Kaiyulee

cmd location: ~/

Download httpd

Download requirements

Make directories in httpd-2.4.25 ( call it as httpd_source_tree_root)

Move requirements' source to the srclib directory


cmd location: httpd_source_tree_root

Compile

Check

All tools

第一个就是ab

It works!

Q:我只是想安静的装个ab,为啥装了这么多东西?貌似安装了个apache server?!
A : ab 是 Apache Server 中的一个工具,我这么做只是想安装最新版本。

Q :那有没有简单点的方法来安装啊,我觉得完全没必要这样搞一坨一坨的!
A :这种问题的答案一般都是肯定的!CentOS下可以直接 yum install httpd-tools;Ubuntu 下可以直接 apt-get install apache2-utils

Q :那这篇文章标题应该是 CentOS 下编译安装 Apache Server吧!
A :我要去吃饭了。

上一篇下一篇

猜你喜欢

热点阅读