For When You Can't Have The Real Thing
[ start | index | login ]
start > Linux > Display Processes By Memory Usage

Display Processes By Memory Usage

Created by dave. Last edited by dave, 11 years and 151 days ago. Viewed 5,954 times. #1
[edit] [rdf]
labels
attachments
(22 October 2012)

List processes, sorted by memory usage:

# ps -eo pmem,pid,pcpu,rss,vsize,args | sort -k 1 -r
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt