Is there some way to install ab on a centos distro without installing the apache web server? With yum or compiling from source.
|
feedback
|
|
Install apr-util(need to run ab):
Install yum-utils:
Download httpd an extract ab:
Run ab:
| |||
|
feedback
|
|
This should help you. It depends upon on Apache Portable Runtime library and APR-util library http://code.google.com/p/apachebench-standalone/wiki/HowToBuild | |||
feedback
|