Thread Dump of a python process

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shanon

    #1

    Thread Dump of a python process


    Hi,

    I would to know if there're some way to have a dump of all the threads
    started by a python process. I want to see the TID corresponding of each
    thread because I need them to get the CPU time of each thread by the command
    top.

    Thanks
    --
    View this message in context: http://www.nabble.com/Thread-Dump-of....html#a2840609
    Sent from the Python - python-list forum at Nabble.com.

Working...