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.
Linuxでプロセスモニターを作成しようとしています。これは、プロセスに関すること(実行中かどうか、実行中の時間など)をC ++で教えてくれます。これを行う簡単な方法はありますか?
/procLinuxについて学ぶことをお勧めします。
/proc
man ページは、開始するのに適した場所です。基本的に、proc ファイルシステムは、OS (Linux を含む) のような Unix のシステムとカーネルに関する情報を取得する方法を提供します。