Ubuntu: Get RAM Usage
by admin on Jul.24, 2010, under Linux (Ubuntu)
Determining the free RAM or memory in Ubuntu is an easy task, and can be archieved by entering a single command :
cat /proc/meminfo | grep -i MemFree
If you wish to receive some more detailed information, simply remove the grep part and type the following command in your terminal :
cat /proc/meminfo
The free command will also do a similar job :
free -m
July 24th, 2010 on 07:05
This is a really good read for me, Must admit that you are one of the best bloggers I ever saw.Thanks for posting this informative article.
July 24th, 2010 on 08:06
I can see that you are an expert at your field! I am launching a website soon, and your information will be very useful for me.. Thanks for all your help and wishing you all the success.
July 24th, 2010 on 19:38
I can’t but agree.I always wanted to write in my site something like that but I guess you’r faster.