Apachetop

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:

cd /extra/src
wget http://www.webta.org/apachetop/apachetop-0.12.6.tar.gz
tar zxf apachetop-0.12.6.tar.gz
cd apachetop-0.12.6

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
http://www.howtogeek.com/howto/ubuntu/monitor-your-website-in-real-time-with-apachetop/

Recent Updates

  • 1 year 12 months ago
  • 1 year 12 months ago
  • 1 year 12 months ago
    php 8.x
  • 2 years 12 hours ago
    10.6.7
  • 2 years 2 days ago
    Drop Centos 5/6 stuff