while(1) { if (cpu_load() < $limit) { do_heavy() } sleep 10; }