This this brings up the question, how high can system load go? For instance is it possible for it to go up to 2.00 even 100.00?
Absolutamente. Olhando para a página uptime
man:
System load averages is the average number of processes that are either
in a runnable or uninterruptable state. A process in a runnable state
is either using the CPU or waiting to use the CPU. A process in unin‐
terruptable state is waiting for some I/O access, eg waiting for disk.
The averages are taken over the three time intervals. Load averages
are not normalized for the number of CPUs in a system, so a load aver‐
age of 1 means a single CPU system is loaded all the time while on a 4
CPU system it means it was idle 75% of the time.
Portanto, se você tiver muitos processos aguardando para serem executados (ou vários processos bloqueados aguardando E / S), você terá uma média de carga alta. Este artigo fala sobre isso com mais detalhes e tem links úteis para outros recursos.
Em um sistema sem carga, a média da carga normalmente estará no intervalo 0 < = load_average < = n , onde n é o número de núcleos em seu sistema.