htop
htop copied to clipboard
Show processes NOT matching a filter
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.
You can filter for a user's processes only with: htop -u username_goes_here