atom feed1 message in org.freebsd.freebsd-archHZ of 1024
FromSent OnAttachments
Andriy GaponDec 14, 2006 3:37 am 
Subject:HZ of 1024
From:Andriy Gapon (av@icyb.net.ua)
Date:Dec 14, 2006 3:37:23 am
List:org.freebsd.freebsd-arch

Peter and all,

I am playing with an idea of using RTC/IRQ8 instead of 8254 timer/IRQ0 to drive system hard clock. Due to the nature of RTC, if I got it correctly, I think I will have to use HZ of 1024 (or some reasonable divisor of it). I've accidentally noticed that 1024 was used as a default value of hz on amd64 systems for a while, but then it was changed to use 1000. I've read the cvs commit logs about some interference with stat clock and/or prof clock, but I couldn't dig up any detailed information about this. Could you please share your experience about hz=1024 and advise what I should look for ? Maybe you even have some ideas on how to eliminate or reduce the interference ?

Thank you.