今天需要压一下服务器所以需要在 CentOS7 上安装一下 ab,搜了一下发现下面这个方法简单可行。
先通过 yum 查找包含 /usr/bin/ab 这个文件的包:
[root@localhost]# yum provides /usr/bin/ab 已加载插件:priorities, update-motd, upgrade-helper 11 packages excluded due to repository priority protections httpd-tools-2.2.31-1.8.amzn1.x86_64 : Tools for use with the Apache HTTP Server 源 :amzn-main 匹配来源: 文件名 :/usr/bin/ab httpd24-tools-2.4.23-1.66.amzn1.x86_64 : Tools for use with the Apache HTTP : Server 源 :amzn-main 匹配来源: 文件名 :/usr/bin/ab
然后再安装这个包即可:
yum install httpd24-tools-2.4.23-1.66.amzn1.x86_64