5Oct/090
identify high 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
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