Score:1

Does increasing cpu affect load average?

mp flag

for example I have a 16 core cpu with load average 10. If I upgrade cpu to 32 core and if ( same traffic , same load , same everything ) , should load average drop or will it stay the same ?

cn flag
Bob
When you do not "normalise" the load (divide the reported load by the number of cores/CPU's) adding additional cores/CPU's will usually neither increase nor reduce the load. It will most likely also not improve the performance of your applications, as a load of `10` with 16 cores means that your system utilisation is currently still well within limits.
Score:3
cn flag

When you add more cores in theory it should stay the same , as load is from wiki:


Interpretation

For single-CPU systems that are CPU bound,
 one can think of load average as a measure of system utilization
 during the respective time period. For systems with multiple CPUs,
 one must divide the load by the number of processors in order to 
 get a comparable measure.

So in my opinion load should not decrease

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.