Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Filip Atanassov on May 24, 2001, 06:14:07 PM

Title: httpd monitor
Post by: Filip Atanassov on May 24, 2001, 06:14:07 PM
Is there a tool to monitor the active httpd connection?

Thanks,
Filip
Title: Re: httpd monitor
Post by: Nathan Fowler on May 24, 2001, 06:44:36 PM
Try "tail -f /var/log/httpd/access_log"

You can use tail -f in any of the /var/log/httpd files.

:)

Nathan Fowler
Title: Re: httpd monitor
Post by: Filip Atanassov on May 24, 2001, 06:51:06 PM
Thank you.
I was thinking about  a tool to display in real time the active http connection.

Filip
Title: Re: httpd monitor
Post by: Nathan Fowler on May 24, 2001, 07:03:59 PM
tail -f constantly polls the file looking for updates, leave tail -f running and as new connections are made and written to the access_log they will be displayed on your screen.  You can also tail -f /var/log/secure to keep track of SMTP, POP3, FTP, and Telnet.

Thanks,
Nathan
Title: Re: httpd monitor
Post by: Filip Atanassov on May 24, 2001, 07:33:22 PM
Thanks a lot.
Filip
Title: Re: httpd monitor
Post by: Franck PIERRE on May 25, 2001, 05:33:38 AM
Filip Atanassov wrote:
>
> Is there a tool to monitor the active httpd connection?

Have a look on my statistics page (chapter "Statistiques de mon serveur Apache"):
http://www.grand-pa.dyndns.org/divers/statistiques.html

All these tools are in french, but you can find them in english.

There is also an e-smith contrib of awstats (http://awstats.sourceforge.net/), but i find it too long to process the results :
ftp://www.neddix.dyndns.org/pub/e-smith/packages/RPMS/noarch/
The advantage of this contrib is that it is included in e-smith-manager