Subject: Re: small netstat changes
To: None <tech-net@netbsd.org>
From: Tomas Svensson <ts@unix1.net>
List: tech-net
Date: 06/09/2002 15:57:10
et> IIRC, there is no way to see the number of packets dropped due to
et> softintr queue (like ipintrq) full, except examining using debugger.

et> So, I'd like to change netstat as follows.  It add new flag -q.

et> Commnets?

Looks good, the more info the better...

I also think changing "141/512 mapped pages in use" (netstat -m) into
"141/511/1024 mbuf clusters in use (current/peak/max)" would make more
sense to most people.

Adding "131/3369 mbufs in use (current/peak)" would be good too, but
allocated mbufs always seems to be more than mbufs in use?

-Tomas