topコマンド : Mac

Pocket

Macのtopコマンドのメモ。

$ top

終了はq

CPU使用率順にソートして表示

$ top -o cpu

» top コマンドで CPU でソートする方法 | ウェブル

特定のプロセスのみ表示
$ top -pid プロセスID
結果の各列の意味

‘Top’ command questions

PID the Unix process id.
COMMAND the Unix command name.
%CPU the percentage of cpu consumed (kernel and user).
TIME the absolute cpu consumption (min:secs.hundreths).

RSIZE(delta) the total resident memory (real pages that this pro-
cess currently has associated with it. Some may be

引用元は他の列の意味も記載。

topコマンドでプロセスを強制終了

» ターミナルの「top」コマンドでプロセスを強制終了する方法 – Mac OS X – TELAS – テラス

コメント

No comments yet.

コメントの投稿

改行と段落タグは自動で挿入されます。
メールアドレスは表示されません。