Thread: netstat
View Single Post

   
  #2 (permalink)  
Old 02-19-2008, 05:49 PM
Jeremiah DeWitt Weiner
 
Posts: n/a
Default Re: netstat

trenteldon <eldontrent@tiscali-dot-it.no-spam.invalid> wrote:
> But we
> would like to collect other statistics such as the number of packets
> gone through that machine. We don't have tcpdump nor iptables. Is it
> possible to extract information about the packets gone through that
> box from/to the port 1521 with netstat or other tools?


Total packets through an interface can be found with ifconfig. For
a particular port, the only thing I can think of offhand is ntop. ntop
seems kind of heavyweight if that's the only information you want, but
it would work. See http://www.ntop.org.

JDW

Reply With Quote