htop icon indicating copy to clipboard operation
htop copied to clipboard

Show processes NOT matching a filter

Open Pawan-Johnson opened this issue 9 months ago • 2 comments

This is possibly a feature request to allow negation conditions in the filter.

Some possible use cases include,

  • When multiple programs are spawned on a server (with a vs code ssh-ed into it) It would be easier to monitor the main processes if I could remove all the processes containing vscode. The alternative would be to filter for every single process.

  • Alternatives would be to look at all processes that are not root.

Pawan-Johnson avatar Mar 21 '25 15:03 Pawan-Johnson

You can filter for a user's processes only with: htop -u username_goes_here

fasterit avatar Mar 21 '25 17:03 fasterit