From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 26 Aug 1996 10:39:15 +0200 From: Boyd Roberts boyd@france3.fr Subject: "cpu" command, other related stuff Topicbox-Message-UUID: 4bf2e934-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960826083915.jZlJA0KDkcET1xSwoH2L8dX5CdIxlM0E9t0jHi5BaG0@z> From: Photon Have a list of cpu servers stored in some variable (i.e. $cpus), and have the cpu command remotely check the load average of each cpu server in the list, and pick the one with the lowest load average. This would allow for better balancing of jobs in a large multi-cpuserver, multi-user environment. if you really wanted to do this, i wouldn't break cpu. i'd write findcpu: cpu -h `{findcpu} or you could use it to set $cpu at login. i think cpu was intended to be used with a particular cpu server, not just one with a low 'load average' [a totally foreign concept to plan 9]. the choice being based on a particular function that cpu fulfills.