Thread Dump of a python process

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joan
    New Member
    • Feb 2006
    • 1

    #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
Working...