Subject: Re: bin/21078: patch to allow ifconfig clear interface stats To:<> From: David Laight <david@l8s.co.uk> List: netbsd-bugs Date: 04/09/2003 21:31:00
> Sometimes the only stats gathering software running is a
> netstat -i; sleep 10; netstat -i
$ h=`tput home`; tput clear; while sleep 10; do echo $h; netstat -i; done
David
--
David Laight: david@l8s.co.uk