12

How can you make htop sort the list of processes by PID?

tony_sid
  • 14,957

2 Answers2

16
htop --sort-key PID

appears to work. Found it via htop --help.

htop --sort-key help

shows a list of all the column keys.

BigChief
  • 541
14

Press F6 and select PID...

Daniel Beck
  • 111,893