From owner-freebsd-current Tue Jul 7 10:50:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05300 for freebsd-current-outgoing; Tue, 7 Jul 1998 10:50:14 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05241 for ; Tue, 7 Jul 1998 10:50:08 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id DAA15882; Wed, 8 Jul 1998 03:49:32 +1000 Date: Wed, 8 Jul 1998 03:49:32 +1000 From: Bruce Evans Message-Id: <199807071749.DAA15882@godzilla.zeta.org.au> To: abial@nask.pl, mike@smith.net.au Subject: Re: FreeBSD in less than 4MB RAM Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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