Pages
Archives
Categories
Blogroll
Live Traffic Feed.
Category Archives: Memory
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
Posted in Memory, Swap
Leave a comment