On 20/11/2014 15:25, Paul wrote:
On Thu, Nov 20, 2014 at 5:16 AM, David Taylor <
[email protected]> wrote:

I
don't have a copy of the kernel config file.


Back in the day you could say:

# zcat /proc/config.gz |grep HZ
CONFIG_NO_HZ=y
CONFIG_HZ=100

Does that work on your system?

--
Paul

Yes, it does, Paul:

pi@raspi-2 ~ $ sudo zcat /proc/config.gz | grep HZ
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
CONFIG_NO_HZ=y
CONFIG_HZ_FIXED=0
CONFIG_HZ_100=y
# CONFIG_HZ_200 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_500 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100


But I am confused by the simultaneous appearance of a CONFIG_HZ value (100) and the apparent N_HZ=y!

--
Cheers,
David
Web: http://www.satsignal.eu

_______________________________________________
questions mailing list
[email protected]
http://lists.ntp.org/listinfo/questions

Reply via email to