From owner-freebsd-questions@FreeBSD.ORG Sun Jun 17 12:04:56 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 117E916A400 for ; Sun, 17 Jun 2007 12:04:56 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 7AFEB13C45D for ; Sun, 17 Jun 2007 12:04:55 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from freebsdgr.dyndns.org (athedsl-310212.home.otenet.gr [85.72.67.98]) (authenticated bits=0) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l5HC4rD4031925; Sun, 17 Jun 2007 15:04:53 +0300 Message-ID: <46752365.908@otenet.gr> Date: Sun, 17 Jun 2007 15:04:53 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.0 (X11/20070612) MIME-Version: 1.0 To: Prakash Poudyal References: <1428d0e80706170425i2097f00bvfa2ec9ade19dbc0c@mail.gmail.com> In-Reply-To: <1428d0e80706170425i2097f00bvfa2ec9ade19dbc0c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 12:04:56 -0000 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. > > Thank you > > prakash > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > You are looking for the equivalent of the Linux free command. This does not exits in FreeBSD per se, you can however install the freecolor program from the ports. Just cd /usr/ports/sysutils/freecolor and as root make install clean