Previous | Next

More reliable

Sort by CPU: ps uaxO -C
Sort by RSS: ps uaxO -r
Sort by vsize: ps uaxO -v

      (Hint: OBSOLETE SORT KEYS)

But never fear -- that ps man page is 1147 lines, so there's got to be something there for us.

That's a capital oh, not a number zero. Think of O for Obsolete.

If you actually want to sort, the key is to use -O and the OBSOLETE SORT KEYS