Showing entire process tree in search #2252
Unanswered
sid-6581
asked this question in
Questions / Answers
Replies: 1 comment
|
I don't believe System Informer's search/filter feature currently works that way. As far as I've seen, the process search filters the displayed processes based on the matching criteria, but it does not automatically expand the results to include the full parent/child hierarchy of matching processes. For your use case, the ideal behavior would be something like:
That would make it much easier to investigate:
At the moment, I think the closest workaround is to:
A useful enhancement could be a search mode such as:
I don't recall seeing an existing option for this, but it would be a valuable addition for troubleshooting process hierarchy issues. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
One of the things I need to do fairly often is finding child processes that are either left behind after the parent process has exited, or parent processes that are stuck trying to detect the exit of a child process that's already gone. It would be great to filter processes and show the entire process tree where either the parent process or child process are present. Is that possible currently?
All reactions