Subject: Re: [Q] utilization on an network interface?
To: None <netbsd-users@netbsd.org>
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
List: netbsd-users
Date: 12/12/2005 20:24:41
On Mon, Dec 12, 2005 at 07:55:26PM +0100, Stephan Pietzko wrote:
> Martin Husemann <martin@duskware.de> wrote
> > 
> > > I have found netstat -s, but that shows only the grand total of
> > > packages.
> >   netstat -I ${interface} -w 1
> > do what you want?
> 
> hmmm .. not bad, but i can only see package count, not the size of the
> packages. Is there a option in netstat, so that i can get mbit/sec?

netstat -I ${interface} -b -w 1
(bytes, not bits)