rbspy
rbspy copied to clipboard
Support printing the stack of every thread
I just had a use case for this too. Diagnosing connections in CLOSE_WAIT, and trying to find idle or otherwise blocked threads.
Current approach is to dump stacks for all threads via rbtrace.
I would have needed that right now. Thanks to igorwww... for the reference to rbtrace which did allow me to do the same thing. Altho it is definetly not as friendly to use as rbspy.