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.
プログラムが実行中のタスクを確認できるモジュールがあるかどうか疑問に思っていました。たとえば、Google Chrome、Python Idle、およびプログラムを実行している場合、3 つすべてが表示されるはずです (自分自身を表示できることが最も重要です)。
psutil
psutil は、実行中のすべてのプロセスとシステム使用率 (CPU、ディスク、メモリ、ネットワーク) に関する情報を Python を使用して移植可能な方法で取得するためのインターフェイスを提供するモジュールです。