You can use either netstat or kstat to find number of bytes transmitted
or received by an interface. "netstat -a | grep ESTABLISHED" shows
established connections. For TCP stats, you can use "netstat -s".

-- Gireesh


On Thu, 2009-10-29 at 06:05 -0700, viveks wrote:

> Hi,
> 
> How do i check the no of bytes passed through an interface and the no of 
> currently active connections going through an interface?
> 
> Thank you,
> Vivek S
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to