You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if I'd be able to launch austin-tui with no arguments, and get an option to choose between the Python processes active on my system. Faster than finding the PIDs by myself.
The text was updated successfully, but these errors were encountered:
That's a cool idea. The main issue is to filter out all the processes that are actual Python processes from the rest. This requires being able to look at the mapped libraries, like Austin does. psutil has the memory_maps method, but it has been removed from macOS because it was reported broken.
It would be cool if I'd be able to launch
austin-tui
with no arguments, and get an option to choose between the Python processes active on my system. Faster than finding the PIDs by myself.The text was updated successfully, but these errors were encountered: