10

There is an interactive key "M" to sort by memory, which seems to be sorting on resident memory. Is there a way to sort on virtual memory? I happen to be working on Redhat Linux, but the question is not specific to this distribution.

3 Answers 3

8

You get a list of things you can sort by by pressing O. Virtual segment size is option o, so you can get what you want by pressing Oo<Enter>.

0
7

Try pressing F or O in top, that should allow you to select the column you want to sort by.

2
  • then hit enter (other keys are possible) to get back to the initial view Commented May 6, 2015 at 22:32
  • Letter [O], -mem or -vsize, [enter] works on MacOS. Commented Apr 6, 2017 at 8:39
0

top -u test -o VIRT

Where -u is the users whose processes you are interested in and -o is the field to filter on, yields something like enter image description here

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.