Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pid からすべてのスレッドを返そうとしていますが、空のリスト ( []) を取得しています。これはコードです:
[]
import psutil p = psutil.Process(3133) p.get_threads()
注: pid 3133 が存在し、Python 3.3.5 と psutil 2.1.1 (32 ビット) を使用しています。
自分で実行しているプロセスからのみスレッド情報を取得できることがわかりました。