20090422

simple snippets to identify memory usage

Simple snippets to identify general memory usage.

Show top 10 memory consuming processes
ps xuaw --sort -rss | head

Display general memory summary
free -m

Display detailed memory breakdown
cat /proc/meminfo

No comments:

Post a Comment