いつも、ふと忘れてmanコマンドで確認するのですが、ちょっとメモ書き・・・。
書いて覚えることにします。
最近のCPUはマルチコアになっていますが、topコマンドでCPUの状況を確認するとデフォルトではCpu(s)と1つにまとめられています。
そうでなくて、コア毎のCPUの状況を見るには、
manで確認すると・・・
'1' :Toggle_Si
ngle/Separ ate_Cpu_St ates -- On/Off This command affects how the 't' command's Cpu States portion is shown. Although this toggle exists primarily to serve massively-
parallel SMP machines, it is not restricted to solely SMP environmen ts. When you see 'Cpu(s):' in the summary area, the '1' toggle is On and all cpu informatio
n is gathered in a single line. Otherwise, each cpu is displayed separately as: 'Cpu0, Cpu1, ...'
ってことで、topコマンドを実行しているときに1を押すとCpu0, Cpu1, ...という風にコア毎に表示されます。
ちなみに、topコマンドでマルチコアが見れるようになった状態で、W(大文字のW)を入力すると、この状態が~/.toprcに保存されます。
これで、もう忘れないはず!!(機械が覚えてくれたので)