On Tue, Mar 12, 2013 at 5:31 PM, Boris Kochergin <sp...@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). _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"