From owner-freebsd-isp Tue Sep 24 00:04:37 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA08001 for isp-outgoing; Tue, 24 Sep 1996 00:04:37 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA07973 for ; Tue, 24 Sep 1996 00:04:33 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.5/8.6.5) with SMTP id AAA03539; Tue, 24 Sep 1996 00:05:46 -0700 (PDT) Message-Id: <199609240705.AAA03539@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: "Frode Nordahl" cc: "isp@FreeBSD.org" Subject: Re: Huh? In-reply-to: Your message of "Tue, 24 Sep 1996 05:54:52." <199609240445.GAA06956@login.bigblue.no> From: David Greenman Reply-To: dg@root.com Date: Tue, 24 Sep 1996 00:05:46 -0700 Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >What's this? > >------ (top) >Mem: 24M Active, 1352K Inact, 6000K Wired, 19M Cache, 6076K Buf, 12M Free >Swap: 56M Total, 7012K Used, 49M Free, 12% Inuse >------ (top) > >19 MB Cache, 12 MB Free ram, still, it swapps... Why is that?? It simply means that the system has pushed out some dirty pages during a time that the system required lots of memory. Whatever caused that demand has gone away now, but the pages are still stored in swap so that they may possibly be used again (the in-core copies reclaimed without having to re-page them out...assuming they aren't modified again). -DG David Greenman Core-team/Principal Architect, The FreeBSD Project