View Single Post

  #2 (permalink)  
Old 06-09-2004
Dr. Robert Meier
 
Posts: n/a
Default Re: linux console program to monitoring network traffic including TCP/UDP session packet and bytes?

In article <ca6cvg$vs$1@news.hananet.net>, rambo88 wrote:
> Hello,
> I'm using linux firewall (kernel 2.4.25 )
> I'd like to see and packet , bytes via session monitoring on linux firewall.
> ...
> I'm looinking for linux console program for TCP/UDP session monitoring
> including packets and bytes.
>
> or Is there a linux console program ( not UI and not Windows version ) to
> see session informaion include
> bytes, packets ?


There are many solutions. The usual limit is your time spent picking
out the "significant" packets from the usually overwhelming volume
of packets going by.

If you need a CLI (scriptable) tool consider tcpdump(8).

If you need practical filtering, consider ApplicationVantage
(our proprietary product) form Compuware (http://www.compuware.com/)

If your load is small enough that you can tolerate its limited capture
filtering, consider ethereal(8).

Hopefully helpful,
--
Dr. Robert J. Meier
Server Vantage Agent Infrastructure
Reply With Quote