Business, Trading, yourgames
Thursday, January 26, 2012
Linux 使用 top 看多顆 CPU 使用狀況、PID 狀態
在 Linux 內, 現在都用 htop, 很少用到 top, 不過在沒裝 htop 的機器, 發現少了幾個重要功能, 還是得要從 top 找出來.
top 看多顆 CPU 使用狀況
$ top
1 # top 進入後, 按 1, 如果有多顆 CPU, 那最上面的 Cpu(s), 就會變 Cpu0, Cpu1 .. 等.
持續監控某 PID 的 CPU / Ram 使用量
假設 PID 是 1122
top -p 1122 # 或 watch "ps aux | grep 1122"
相關網頁
Using Top More Efficiently Linux article
Home
Any source
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment