On Thu, Nov 11, 2004 at 03:24:37PM +1100, Nigel Weeks wrote:
> Processes launched while load is low happen instantly, but slow back down
> again as the load average creeps back up...any ideas?
This is most likely a random effect in the scheduling of the inititing
processes. Keep in mind, that those programs are using (n-1)/n of the
CPU, where n is the number of total processes (leaving out all other
system processes). The time a launching program needs to be run again
obviously increases with the number of processes. The small decrease
in between could be related to some penalisation of CPU bound processes.
Joerg