Performance degradation after KDE runs for sometime

Garry T. Williams gtwilliams at gmail.com
Sat Nov 13 05:09:34 UTC 2010


On Friday, November 12, 2010 17:43:56 Marko Vojinovic wrote:

[snip]

> Is there a way to list all processes, sorted by memory usage?

    top -n1 -b

will print all processes and exit.  (See top(1).)  I don't know how to
get it to sort by memory usage, though.  If you really wanted to, you
could pipe that to awk or perl and normalize one of the memory
columns' values and then pipe that to sort.

-- 
Garry T. Williams


More information about the kde mailing list