Install apachetop in Debian
#apt-get install apachetop
This will complete the installation
Using apachetop
By default Apachetop will use your log in /var/log/apache/access.log, but you can add a -f flag to the command and point it to wherever your apache log really is if you moved it.
If you try the following command
#apachetop
It will give you the following error
opening /var/log/apache/access.log: No such file or directory
No input files could be opened
Because By default debian,Ubuntu Apache2 logs are located at var/log/apache2/access.log you can specify this using the following command.Your apache logs are in different location you can specify that path.
#apachetop -f /var/log/apache2/access.log
Apachetop Output looks like below

If you want more details about apachetop check apachetop man page
Incoming search terms:
- apache monitoring (307)
- apachetop (171)
- apache monitor (142)
- apache monitoring tools (126)
- monitoring apache (75)
- monitor apache (46)
- apache2 monitoring (38)
- apache monitoring tool (34)
- apache top (31)
- apache monitoring tools linux (30)
-
Gecko
