Free Memory and Swap Activity

You can use the following command to display memory:

$ free -m

To see a list of your running processes sorted by memory use:

$ ps -eo pmem,pcpu,rss,vsize,args | sort -k 1-r | less
This entry was posted in Memory, Swap. Bookmark the permalink.

Leave a Reply

Your email address will not be published.