如何检查Python中当前运行的线程数?

时间:2012-09-18 12:18:54

标签: python multithreading

  

可能重复:
  python - how to get the numebr of active threads started by specific class?

我是python中的新手,我想在任何时候获得运行线程的数量......是否有任何内置的支持,或者我必须手动维护它(例如,计算可靠...)?

1 个答案:

答案 0 :(得分:29)

threading.active_count()似乎就是你要找的东西:

  

返回当前活动的Thread对象数