上記のラベルはどういう意味ですか? [コピー]

上記のラベルはどういう意味ですか? [コピー]

http://linux.about.com/od/commands/l/blcmdl1_top.htm

top - 17:05:46 up 7 min,  1 user,  load average: 227.48, 89.29, 36.78
Tasks: 1758 total,  25 running, 1555 sleeping,   1 stopped, 177 zombie
Cpu(s):  1.5%us, 32.1%sy, 58.0%ni,  4.7%id,  2.7%wa,  0.1%hi,  0.8%si,  0.0%st
Mem:  65951776k total, 20235624k used, 45716152k free, 10882480k buffers
Swap:  4194300k total,        0k used,  4194300k free,  3291164k cached

それはどういう意味ですか?

http://linux.about.com/od/commands/l/blcmdl1_top.htm何も言わなかった?

usは使うという意味です。 syはシステムのようです。あなた?あなたは何ですか? IDとは何ですか?うわーとは何ですか? SIとは何ですか? niとsyにCPU時間が多すぎるのはなぜですか?

ベストアンサー1

からman top

   us, user    : time running un-niced user processes
   sy, system  : time running kernel processes
   ni, nice    : time running niced user processes
   wa, IO-wait : time waiting for I/O completion
   hi : time spent servicing hardware interrupts
   si : time spent servicing software interrupts
   st : time stolen from this vm by the hypervisor

それが何を意味するのかは言いませidんが、私のシステムでは常に約85%で、すべての数字を加えると100%になるため、「アイドル」を意味すると仮定します。

おすすめ記事