From owner-freebsd-stable@FreeBSD.ORG Fri Dec 2 13:32:07 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D584016A41F for ; Fri, 2 Dec 2005 13:32:07 +0000 (GMT) (envelope-from kama@pvp.se) Received: from ms1.as.pvp.se (dns.pvp.se [213.64.187.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D18943D5A for ; Fri, 2 Dec 2005 13:32:06 +0000 (GMT) (envelope-from kama@pvp.se) Received: by ms1.as.pvp.se (Postfix, from userid 1001) id 019CCCB; Fri, 2 Dec 2005 14:32:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ms1.as.pvp.se (Postfix) with ESMTP id F11E7A7 for ; Fri, 2 Dec 2005 14:32:58 +0100 (CET) Date: Fri, 2 Dec 2005 14:32:58 +0100 (CET) From: kama X-X-Sender: kama@ns1.as.pvp.se To: freebsd-stable@freebsd.org Message-ID: <20051202142731.H92866@ns1.as.pvp.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: cpu-timer rate X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 13:32:07 -0000 Hi, I am just wondering why the cpu-timer is doubled from what I set in kern.hz? # vmstat -i interrupt total rate irq1: atkbd0 4 0 irq6: fdc0 87 0 irq13: npx0 1 0 irq14: ata0 46 0 irq29: bge0 154553 21 irq30: ciss0 282200 39 cpu0: timer 14314031 1999 Total 14750922 2060 # sysctl -a | grep hz kern.clockrate: { hz = 1000, tick = 1000, profhz = 666, stathz = 133 } /Bjorn