I have the following host / load:
- Two 6-core CPUs, with HT (From what I understand, max load would be
24.0
) - 12 "primary" processes, with sustained usage of about
50%
CPU Load average: 0.86 0.98 0.98
Could someone help me understand:
- How do multiple processes have sustained load, while the Load Average of the box is seemingly low? Considering 12 cores at 50%, I'd expect the load to at least hit somewhere between 6.0 - 12.0.
- Considering CPU usage alone, are there any low-level details preventing me from adding more services to this host until the Load average hits ~
24
? (not concerned about disk I/O, memory, or anything else for the sake of this question -- I just want to fully understand how reliable theLoad average
is when considering CPU bottle-necking; thread waiting? bus contention? anything that's not represented in the Load average concerning CPU use?)