Home » Posts tagged monitor

How to monitor a website in real-time with apachetop

Apachetop is a very helpful application/tool that allows to administrator/webmaster to monitor Apache traffic in real time. Apachetop provide the output that how many requests per second are generating, which files have been opened and how many times. It bassically veiw domain’s log files in same time and...
Continue reading

How to enable server status in Apache

The Mod_Status module permits a server administrator to expose how well the apache server is performing. A HTML page is offered that gives the current server statistics. So to enable server status in apache uncomment the following lines. <Location /server-status> SetHandler server-status Order Deny,Allow Deny from all Allow...
Continue reading

Categorized Tag Cloud