PDA

View Full Version : Thread Dump of a python process


Joan
02-09-06, 06:16 AM
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