From owner-freebsd-questions@FreeBSD.ORG Thu May 27 09:52:21 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B8A31065673 for ; Thu, 27 May 2010 09:52:21 +0000 (UTC) (envelope-from lgroups@waagmeester.co.za) Received: from mail.bushveldgrain.co.za (mail.bushveldgrain.co.za [196.25.181.10]) by mx1.freebsd.org (Postfix) with ESMTP id B33298FC0A for ; Thu, 27 May 2010 09:52:20 +0000 (UTC) Received: from localhost (mail.bushveldgrain.co.za [127.0.0.1]) by mail.bushveldgrain.co.za (Postfix) with ESMTP id D4E2A660CB for ; Thu, 27 May 2010 11:52:18 +0200 (SAST) X-Virus-Scanned: amavisd-new at example.com Received: from mail.bushveldgrain.co.za ([127.0.0.1]) by localhost (mail.bushveldgrain.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sB8vG9wNHrZ6 for ; Thu, 27 May 2010 11:52:16 +0200 (SAST) Received: from penguin.coert.local (unknown [196.1.1.163]) by mail.bushveldgrain.co.za (Postfix) with ESMTP id 531BE660B4 for ; Thu, 27 May 2010 11:52:16 +0200 (SAST) Message-ID: <4BFE40CF.8020203@waagmeester.co.za> Date: Thu, 27 May 2010 11:52:15 +0200 From: Coert User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: FreeBSD questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: top memory usage question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 09:52:21 -0000 Hello all, Just a question, on Linux the output of top's memory usage looks like this: Mem: 2075424k total, 1760848k used, 314576k free, 151872k buffers Swap: 4192924k total, 0k used, 4192924k free, 1214052k cached on FreeBSD: Mem: 48M Active, 945M Inact, 190M Wired, 112M Buf, 804M Free Swap: 4063M Total, 4063M Free I have looked at the respective man pages, and googled. Where can I find out what Active, Inactive, and Wired mean? Thank you, Coert