From owner-freebsd-questions@FreeBSD.ORG Sun Jun 17 22:04:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA65116A47A for ; Sun, 17 Jun 2007 22:04:34 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 73EEA13C44B for ; Sun, 17 Jun 2007 22:04:34 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1397611uge for ; Sun, 17 Jun 2007 15:04:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l3QoM1GcUST4RKrnp1HVyfrAD3LTwKZzZUtLkTxMTqXdVZxMxzpLp2SSLE3a1G+0rfdVfKhLqcYJBJiAtiq8dvO6xihgaB4SwtrpP6aLvnYZoGkNkV+GLuzLSk2fliHcGQXcMm+DM1AtdV117YStdhstMQmSTBjFT9QxAlo5PGQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l7okRE6Y8agwNTmK8GdS2tS03ATyTSay5Zfh2TBNPwJ04g1orTyjT8iSlS5XDScbjysoTY0Jla/n1Ds8EKtIkfsKsZ5Y8T9n1NNjOZqa0iZ6zrPg+2jzjksgrNoqEHNI71vLlxWDt2RXrF3vYubdRxMJ0KUjSGDYJIsu0UUZCk8= Received: by 10.66.243.2 with SMTP id q2mr4568735ugh.1182117841508; Sun, 17 Jun 2007 15:04:01 -0700 (PDT) Received: by 10.82.187.12 with HTTP; Sun, 17 Jun 2007 15:04:01 -0700 (PDT) Message-ID: Date: Sun, 17 Jun 2007 17:04:01 -0500 From: "illoai@gmail.com" To: "Prakash Poudyal" In-Reply-To: <1428d0e80706170425i2097f00bvfa2ec9ade19dbc0c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1428d0e80706170425i2097f00bvfa2ec9ade19dbc0c@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: How to see the Ram memory in freebsd 6.2 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: Sun, 17 Jun 2007 22:04:34 -0000 On 17/06/07, Prakash Poudyal wrote: > Hello All, > > Can any body tell me how to see the RAM memory in freebsd. > > for your reference I had already used dmesg and top command and now I want > to know specifec command to see the Ram memory only. > sysctl hw.physmem perhaps? -- --