Koozali.org: home of the SME Server

httpd monitor

Filip Atanassov

httpd monitor
« on: May 24, 2001, 06:14:07 PM »
Is there a tool to monitor the active httpd connection?

Thanks,
Filip

Nathan Fowler

Re: httpd monitor
« Reply #1 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

Filip Atanassov

Re: httpd monitor
« Reply #2 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

Nathan Fowler

Re: httpd monitor
« Reply #3 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

Filip Atanassov

Re: httpd monitor
« Reply #4 on: May 24, 2001, 07:33:22 PM »
Thanks a lot.
Filip

Franck PIERRE

Re: httpd monitor
« Reply #5 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