Showing posts with label Linux commands. Show all posts
Showing posts with label Linux commands. Show all posts

Wednesday, September 12, 2012

Check Memory/RAM Usage

There are a few tools built-in for gauging and fine-tuning your server's RAM (memory) usage.

free command

# free -m



vmstat command
# vmstat



top command
# top



ps command
# ps aux

Powered By Blogger

Followers