mbuf tuning on 9.1

Ryan Stone rysto32 at gmail.com
Wed Mar 13 00:28:28 UTC 2013


On Tue, Mar 12, 2013 at 5:31 PM, Boris Kochergin <spawk at acm.poly.edu> wrote:

> Additionally, can someone clarify the meaning of "total" vs. "max" for
> these values?
>
> -Boris
>

It measures the amount of memory being used as that type of data
structure.  This is the total of the number of allocated items (current)
and the number of free items that are being cached by the allocater for
faster allocations in the future (cached).


More information about the freebsd-net mailing list