Atoptool / atop

System and process monitor for Linux
GNU General Public License v2.0
792 stars 109 forks source link

Filter Thread States with Q, not only Processes #296

Closed gleventhal closed 5 months ago

gleventhal commented 5 months ago

I very much like the ability to filter on Runnable or D state processes with Q R or Q D, but when I have thread view enabled, this becomes less useful. Please filter all tasks, including threads when using Q, or add another key command to do so. I want to see threads in the selected state as well, not only to filter on processes.

Also, it would be nice to be able to sort by state in the UI. But that's less important to me. Thanks!

Atoptool commented 5 months ago

Issue solved, with the side effect that a process (i.e. the main thread) in state 'S' is also shown when one of its other threads is in state 'R' when the selection is for state 'R', even when thread view is currently not enabled.