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
-
Is there a tool to monitor the active httpd connection?
Thanks,
Filip
-
Try "tail -f /var/log/httpd/access_log"
You can use tail -f in any of the /var/log/httpd files.
:)
Nathan Fowler
-
Thank you.
I was thinking about a tool to display in real time the active http connection.
Filip
-
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
-
Thanks a lot.
Filip
-
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