Currently I want to find any Python tool can let me monitor another Python process' threads status. I know there is already a similar question
But the solution does not work in my case as it only dumps the process' own threads status.
Is it possible to do this in Python?
Thanks!