ab is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows you how many requests per second your Apache installation is capable of serving.
APR and apr_util needs to be installed.
yum install apr-devel apr-util-devel
or apt-get install libapr1-dev libaprutil1-dev