Date: Tue, 22 Feb 2005 08:41:58 +0000 (GMT) From: Robert Watson <rwatson@FreeBSD.org> To: Emanuel Strobl <emanuel.strobl@gmx.net> Cc: freebsd-stable@freebsd.org Subject: Re: HZ in RELENG_5? tcp_subr.c related Message-ID: <Pine.NEB.3.96L.1050222084102.45557B-100000@fledge.watson.org> In-Reply-To: <200502220037.48341@harrymail>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 22 Feb 2005, Emanuel Strobl wrote: > I read this commit message to RELENG_5: > http://www.freebsd.org/cgi/getmsg.cgi?fetch=436074+438355+/usr/local/www/db/text/2005/cvs-all/20050206.cvs-all > and commented out the HZ=1000 line in my kernel config so I use the > default. But I see only 100 interrupts/sec on clk (with systat) so is > it true that the default HZ has changed from 100 to 1000 in RELENG_5? In RELENG_5, the default HZ for amd64 is 1000, but for all other platforms it is 100. So amd64 users will see a ten-fold decrease in tcp_isn_tick() running, but i386 (and other) users will see no change. Robert N M Watson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1050222084102.45557B-100000>