CPL CPU load information.
This line contains the load average figures reflecting the number of threads that are available to run on a CPU (i.e. part of the runqueue) or that are wait‐
ing for disk I/O. These figures are averaged over 1 ('avg1'), 5 ('avg5') and 15 ('avg15') minutes.
Furthermore the number of context switches ('csw'), the number of serviced interrupts ('intr') and the number of available CPUs are shown.
Acho importante tirar isso do waiting for disk I/O
. Eu estou apostando que um cliente está tentando fazer algo funky com os discos e isso está causando uma desaceleração para o resto dos clientes. Você verificou que tipo de largura de banda de rede está sendo usada? O link está totalmente saturado?