ApacheTop is a curses-based top-like display for Apache information, including requests per second, bytes per second, most popular URLs, etc.
Installation
Install the prerequisite libraries:
yum -y install readline-devel ncurses-devel
Download the source code for apachetop:
Configure and build it. You can optionally include a default log file to parse with a
--with-logfile=/path/to/apache/logfile.
./configure
make
make install
Usage