On Tuesday 15 February 2005 12:38, Borja Marcos wrote:
>       Hello,
>
>       Looking at the mbuf statistics available in FreeBSD 4 and FreeBSD 5 I
> can see that the statistics available in FreeBSD 5 are, surprisingly,
> much less comprehensive. Is there any other place where I can find out
> how many mbuf requests have been done, how many of them have waited,
> how many have failed, etc?

I use "$vmstat -z | grep Mbuf".  The netstat -m output is broken, because 
fixing this would impose an additional atomic operation on each alloc/free 
which is a real performance killer.

-- 
/"\  Best regards,                      | [EMAIL PROTECTED]
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | [EMAIL PROTECTED]
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News

Attachment: pgpRYLTAs1VWg.pgp
Description: PGP signature

Reply via email to