Is there a way to filter processes in htop by their state — e.g., only show running processes (state R)?
1 Answer
No, it only filters by process name.
The closest you can get is sorting the columns by state.
- Yes — unfortunately, I already want to sort by the run time (and when I do, the top 100 processes or so all all either sleeping or suspended...)jhansen– jhansen2021-09-24 17:16:55 +00:00Commented Sep 24, 2021 at 17:16
- Dang! I've heard nice things about atop, never tested it tho'.Peregrino69– Peregrino692021-09-24 17:21:01 +00:00Commented Sep 24, 2021 at 17:21