我真的很困惑。为什么平均负载和%CPU与下面的进程CPU使用率不匹配。看起来这个过程似乎耗尽了大量的CPU,而AWS EC2计量器只表示使用了25%的CPU。 奇怪的EC2 CPU使用率
0
A
回答
0
嗨,也许你的应用程序使用单核和其他内核是免费的。我认为你的实例有4个CPU核心,一个正在使用100%。你能检查每个核心的利用率吗?
2
%CPU - CPU Usage:CPU使用率:进程正在使用的CPU的百分比。 默认情况下,
top
显示为单个CPU的百分比 。在多核系统上,您可以拥有大于100%的百分比 。例如,如果3个核心的使用率为60%,则top
将显示180%的CPU使用率。 您可以通过点击Shift + i来切换此行为,而top
正在运行以显示可用的 正在使用的CPU的总体百分比。
load average: 22.56, 24.99, 26.51
从左至右,这些数字表明你的平均负荷超过最后1分钟,最后5分钟,并最后15分钟。
us -- User CPU time
The time the CPU has spent running users' processes that are not niced.
sy -- System CPU time
The time the CPU has spent running the kernel and its processes.
ni -- Nice CPU time
The time the CPU has spent running users' proccess that have been niced.
wa -- iowait
Amount of time the CPU has been waiting for I/O to complete.
hi -- Hardware IRQ
The amount of time the CPU has been servicing hardware interrupts.
si -- Software Interrupts
The amount of time the CPU has been servicing software interrupts.
st -- Steal Time
The amount of CPU 'stolen' from this virtual machine by the hypervisor for other tasks (such as running another virtual machine).
从In Linux “top” command what are us, sy, ni, id, wa, hi, si and st (for CPU usage)查看更多详情。
相关问题
- 1. EC2实例CPU利用率
- 2. Xcode Activity Monitor中奇怪的CPU使用率
- 3. AWS ec2实例高CPU使用率
- 4. EC2 CPU利用率vs内存
- 5. 奇怪的进程中运行的原因高100%的CPU使用率
- 6. CPU使用率
- 7. CPU使用率( “”)
- 8. 如果CPU使用率不是100%,鼠标坐标滞后 - 真的很奇怪!
- 9. Ubuntu 12.04 Amazon EC2上的CPU使用率过高小型实例
- 10. CPU使用率问题
- 11. mongodb高CPU使用率
- 12. Websphere CPU使用率
- 13. CentOS CPU使用率
- 14. 读取多核CPU的CPU使用率
- 15. Svchost.exe CPU使用率过高 - EC2 - Windows Server 2008 r2
- 16. 高CPU负载,但低CPU使用率和内存使用率
- 17. CPU使用率和CPU利用率之间的区别?
- 18. Tomcat的JMX CPU使用率
- 19. 100%MySQL的CPU使用率
- 20. 重载分辨率奇怪
- 21. 由OpenSSL引起的数据包丢失?奇怪的CPU使用
- 22. 使用check_nrpe检查CPU性能 - 奇怪的行为
- 23. CPU使用率奇怪的变化使得RubyMine几乎不可用[包括图表]
- 24. wordpress中CPU使用率高
- 25. Graphite plot CPU使用率
- 26. CPU使用率峰值6.1
- 27. CPU使用率峰值
- 28. wowza java高CPU使用率
- 29. MS Access:100%CPU使用率
- 30. 计算总CPU使用率