On Saturday 21 October 2006 14:50, Jim Cheetham wrote: > On Sat, Oct 21, 2006 at 11:49:41AM +1300, Volker Kuhlmann wrote: > > > How does one go about monitoring HTTP transfers in progress from an > > > apache2 server? > > > > Enable server-status, but only internally! > > That'll tell you roughly what the server is doing, which is nice. > netstat or lsof -i TCP will tell you who is connected at a particular > moment in time. > Ethereal or tcpdump will tell you exactly what's flowing over your > network; which will not be presented in a friendly way; however it's > pretty much the ultimate diagnostoc. > ntop might do what you want ... and etherape does a nice job of > presenting that sort of thing graphically.
http://www.ntop.org/ While not necessarily second by second ntop will give you a very good indication on all activity on your network
