Re: PATCH: /proc/sys/kernel/hz

Ulrich Drepper (drepper@redhat.com)
16 Jul 2001 09:50:35 -0700


Rolf Fokkens <FokkensR@vertis.nl> writes:

> Some software (like procps) needs the HZ constant in the kernel. It's
> sometimes determined by counting jiffies during a second. The attached patch
> just "publishes" the HZ constant in /proc/sys/kernel/hz.

And what is wrong with

getconf CLK_TCK

or programmatically

hz = sysconf (_SC_CLK_TCK);

Update your libc and this info will come from the kernel.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/