Page 1 of 1
how to know the timer frequency of linux

Posted:
Sat Dec 02, 2006 6:55 am
by abhasbajpai
hi
matt and everybody is suggesting for ztdummy
the timer frequency should be 1000 hz]
so i want to know how can i cheak the timer frequency

Posted:
Sat Dec 02, 2006 5:21 pm
by mflorell
It's a compilation time option when you build a new Linux kernel. I don't know how to check it on an existing kernel. Most pre-built kernels default to 100Hz

Posted:
Wed Dec 20, 2006 3:24 am
by rajeevpn
If you got your /boot directory, you will see a config file, typically named config-<kernel-release>
search for CONFIG_HZ
The number against it will give you the Timer Frequency

Posted:
Wed Dec 20, 2006 6:26 am
by ramindia
Hi
by default its not going to 1000Hz
and its only availbale 2.6.11 onwards
you need to compile the kernel to make 1000Hz
ram