Who's there...

Showing posts with label MEMORY. Show all posts
Showing posts with label MEMORY. Show all posts

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