At Alphas the HZ is 1024 (or sometimes 997).
At all other systems it appears to be 100.
> How about a way to change this without recompiling the kernel?
> E.g.
>
> -- make HZ be a variable instead of a preprocessor constant.
> -- add a system call (callable by root only, of course) that
> changes the frequency of the system clock.
A boot-time parameter would make sense, but runtime
changein would not -- all timers set before the change
would misbehave.
> I have no idea how difficult this would be, i.e. if it would wreak
> havoc on some device drivers.
>
> ben
/Matti Aarnio <mea@utu.fi>