History:

0.1	somewhere in August 1998

	Original version, shows the same as asload.

0.2	20 September 1998

	The version that works and shows the average.
	I am looking for a better way to calculate
	average values so the 1.0 must wait.

1.0	22 September 1998

	Finally I got it all nice working. I could not
	figure an algorithm that would allow to adjust
	the number of samples without dynamic allocation
	of memory though. Probably does not exist ;-)

1.1	03 November 1998

	Oh, well, the whole thing rewritten almost
	from scratch again. It all started with the
	message from Cory Visi:

I have suggestion for your cool little Wharf app ascpu. I think that the CPU
meter on the side should have an interval independent of the graph display.
The CPU meter on the left is much for useful in real time (little or no
interval) while the graph is much more useful with a longer interval (like
10 seconds). So even if you hardcode a 0 or 1 interval for the CPU meter, I
think that would make it a lot nicer. I use an interval of 10 seconds, so
the CPU bar is pretty useless :)

	So, it runs in both conventional (as I dreamed it
	up) and the opposite (as Cory Visi dreamed it up)
	modes. The intervals are independent :)

