Shanon wrote:
> Thank you for your info. Now I have read that a simple call os.getpid()
> returned the linux identifier of the thread in latest python versions, but
> I'm using Python 2.3 and 2.4 and this call returns always the same id
> I only want to take the pid of the thread but isn't as easi
Shanon wrote:
> Thank you for your info. Now I have read that a simple call os.getpid()
> returned the linux identifier of the thread in latest python versions, but
> I'm using Python 2.3 and 2.4 and this call returns always the same id
> I only want to take the pid of the thread but isn't as easi
s it seems.
--
View this message in context:
http://www.nabble.com/Thread-Dump-of-a-python-process-t1089322.html#a2868401
Sent from the Python - python-list forum at Nabble.com.
--
http://mail.python.org/mailman/listinfo/python-list
Shanon wrote:
> 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.
threading.enumerate() will return a list of all th
e.com/Thread-Dump-of-a-python-process-t1089322.html#a2840609
Sent from the Python - python-list forum at Nabble.com.
--
http://mail.python.org/mailman/listinfo/python-list