How to See the Memory Map of Processes in Linux
By Partho, Gaea News NetworkFriday, September 18, 2009
When working in Linux system you might need to look for the memory usage in the system. Linux comes with different command to check memory usage. However, there is an easy command in Linux that allows you to see the total amount of free and used physical and swap memory.
Type this command below into the terminal
free
You would see the total amount of free and used physical and swap memory in the system. Further it also shows the buffers used by the kernel.
Sample Output
Filed under: Featured Article, Headline News, How To, Linux, Open Source Software
Tags: Linux command, Linux monitoring tool, Linux system monitoring
Tags: Linux command, Linux monitoring tool, Linux system monitoring
YOUR VIEW POINT