top command
One of the
Linux system monitoring tools
and
Linux commands
What the first five lines of Linux’s top command tell you | Enable Sysadmin
【 top 】コマンド――実行中のプロセスをリアルタイムで表示する:Linux基本コマンドTips(123) - @IT
table:options
-u user
-p process ID
option
-E g
で GiB に
e
で下の表の単位を変更できる
%Cpu をコアごとにみるには
1
を押す
Linux topコマンドでCPU使用率をコア別に見る方法
topコマンドのIrisモードとSolarisモード - 銀の鍵 (The Silver Key)
memory 使用量でソートするには
shift + m
iowait とは、CPU は使える状態なのに io 待ちでタスクが進まない状態を計測している。CPU が busy だと io に負荷があっても数値は上がらないことに注意
I/O負荷の正確な状況はiowaitでは分かりません #vmstat - Qiita
What is iowait and how does it affect Linux performance?
load average
Load Average はどうやって算出されているのか | TECHSCORE BLOG
サーバ/インフラを支える技術 | Readwise
(internal url)
laod average は
sysstat sar
でも確認できる
ps command
も似たような用途で使える