Who's there...

Tuesday, February 9, 2010

How to find free memory in Linux server

Following commands can be used for finding the memory usage in the server.

Display free memory size in MB:
$ free -m

Displays a line containing the totals memory in MB:
$ free -t -m

Type vmstat command at shell prompt:
$ vmstat

Type top command at shell prompt:
$ top

No comments: