preload
Jan 31

Nice way to look users who are using too much memory / cpu.

# ps -eo vsize,pcpu,pid,user,args | sort -k 1 -r | head -10

More options from ps manpage.

Leave a Reply

You must be logged in to post a comment.