On 6/17/07, Prakash Poudyal <[EMAIL PROTECTED]> 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 | awk '{ print $2/(1024*1024) }'

Will give you memory size in megabytes.

- Sachidananda.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to