Re[2]: [WBEL-users] Monitor users

Keith Morse kgmorse@mpcu.com
Thu, 1 Jul 2004 17:03:42 -0700 (PDT)


On Thu, 1 Jul 2004 whitebox@911networks.com wrote:

> Hi Rob,
> 
> Thursday, July 1, 2004, 9:53:44 AM, you wrote:
> 
> RF> Maybe put that in a scrip and run it from cron?
> 
> RF> /usr/local/bin/tcpdump1.sh
> 
> RF> #!/bin/bash
> RF> /usr/sbin/tcpdump -a -p -i eth0 tcp and dst port 80 > /log/port80_`date
> RF> '+%F-%A'`.tcpdump
> 
> RF> chmod 755 /usr/local/bin/tcpdump1.sh
> 
> I will try that tonight, but I am looking for software that will
> do the tracking & logging.
> 
> Any suggestion?


Might be overkill but how about NTOP?