0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ps auxコマンド STATの種類まとめ

Posted at

概要

ps auxコマンドのSTATの部分の種類を簡単にまとめる

内容

メインステータス

種類 内容 備考
D 不可中断スリープ状態(ディスクI/Oなどで待機中)。この状態のプロセスは、シグナルによっても中断できません。
R 実行中、または実行可能(実行待ち)状態。
S 中断可能なスリープ状態。プロセスはイベントの発生を待っています。
T 停止状態。ジョブ制御シグナルなどによって停止されています。
Z ゾンビ状態。終了したが、親プロセスによってまだ回収されていないプロセス。
I アイドル状態(カーネルスレッドのみ)。

修飾子

種類 内容 備考
< 高優先度プロセス。
N 低優先度プロセス(nice値が高い)。
L ページがロックされているプロセス(リアルタイムまたはカーネルメモリのロック)。
s セッションリーダー。
l マルチスレッドプロセス(クローンされたプロセス)。
+ フォアグラウンドプロセスグループに属している。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?