2

Is there a way to run htop but display only the graphs (I don't want to see the individual processes)? I saw this question which seems to suggest no - I'm wondering if that has changed.

Alex
  • 155

1 Answers1

5

You can get the same effect by asking to see only a non-existant process id, eg

htop -p 99999999
meuh
  • 51,383