Date: Wed, 8 Jul 1998 03:49:32 +1000 From: Bruce Evans <bde@zeta.org.au> To: abial@nask.pl, mike@smith.net.au Cc: freebsd-current@FreeBSD.ORG Subject: Re: FreeBSD in less than 4MB RAM Message-ID: <199807071749.DAA15882@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>vmstat -m gives you allocation statistics while the kernel is running, vmstat -m doesn't actually show vm allocations. It only shows the allocations that go through malloc(), not the ones that go directly to the vm allocators. Lots of allocation is now done by the zone allocator and only shown by `sysctl vm.zone'. Lots of allocation is done by the mbuf allocator and only shown by `netstat -m' ... Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807071749.DAA15882>
