cvs commit: ports/net Makefile ports/net/ifstat Makefile
	distinfo pkg-descr pkg-plist
    Kris Kennaway 
    kris at obsecurity.org
       
    Tue Apr  8 18:34:10 PDT 2003
    
    
  
On Wed, Apr 09, 2003 at 09:13:14AM +0800, Yen-Ming Lee wrote:
> On Tue, Apr 08, 2003 at 05:50:59PM -0700, Kris Kennaway wrote:
> > On Tue, Apr 08, 2003 at 05:09:55PM -0700, Yen-Ming Lee wrote:
> > > leeym       2003/04/08 17:09:55 PDT
> > > 
> > >   FreeBSD ports repository
> > > 
> > >   Modified files:
> > >     net                  Makefile 
> > >   Added files:
> > >     net/ifstat           Makefile distinfo pkg-descr pkg-plist 
> > >   Log:
> > >   ifstat is a tool to report network interfaces bandwith just like
> > >   vmstat/iostat do for other system counters.
> > 
> > You mean like netstat?
> > 
> > Kris
> 
> No, the author say ifstat is like iostat/vmstat, and he list these two in
> the SEE ALSO section of ifstat(1) manpage.
netstat reports network interface bandwidth "like iostat/vmstat":
> netstat -w 1 -I xl0
            input          (xl0)           output
   packets  errs      bytes    packets  errs      bytes colls
         0     0          0          0     0          0     0
         0     0          0          0     0          0     0
         0     0          0          0     0          0     0
         0     0          0          0     0          0     0
         0     0          0          0     0          0     0
         0     0          0          0     0          0     0
         0     0          0          1     0        592     0
         3     0       2074          1     0         54     0
         0     0          0          0     0          0     0
The original feature of ifstat seems to be that it can use snmp to
collect statistics from other hosts.
Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20030408/398b7541/attachment.bin
    
    
More information about the cvs-all
mailing list