Re: How to know HZ from userspace?

Martin Dalecki (dalecki@evision-ventures.com)
Thu, 31 May 2001 03:17:54 +0200


Joel Becker wrote:
>
> On Wed, May 30, 2001 at 05:24:37PM -0700, Jonathan Lundell wrote:
> > FWIW (perhaps not much in this context), the POSIX way is sysconf(_SC_CLK_TCK)
> >
> > POSIX sysconf is pretty useful for this kind of thing (not just HZ, either).
>
> Well, how many hundred things on Linux are available from /proc
> but not from sysconf or the like? :-)

Those hundert things which you either don't need or which should go to
syslog
or shouldn't be sysconf and nothing else.
-
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/