From owner-freebsd-current@FreeBSD.ORG Fri Jul 8 16:44:25 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0AA816A41C for ; Fri, 8 Jul 2005 16:44:25 +0000 (GMT) (envelope-from jr@jrssite.com) Received: from hob.acsalaska.net (hob.acsalaska.net [209.112.173.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E88343D45 for ; Fri, 8 Jul 2005 16:44:25 +0000 (GMT) (envelope-from jr@jrssite.com) Received: from [192.168.77.37] (209-193-42-90-cdsl-rb1.sit.acsalaska.net [209.193.42.90]) by hob.acsalaska.net (8.13.4/8.13.4) with ESMTP id j68GiNq5027160 for ; Fri, 8 Jul 2005 08:44:24 -0800 (AKDT) (envelope-from jr@jrssite.com) Message-ID: <42CEAD70.4030008@jrssite.com> Date: Fri, 08 Jul 2005 08:44:32 -0800 From: JR Dalrymple User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050401) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <42CDC11E.10301@jrssite.com> <20050708093130.GB21072@walton.maths.tcd.ie> In-Reply-To: <20050708093130.GB21072@walton.maths.tcd.ie> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACS-Spam-Status: no X-ACS-Scanned-By: MD 2.51; SA 3.0.3; spamdefang 1.112 Cc: Subject: Re: clock WAY off X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 16:44:25 -0000 >On Thu, Jul 07, 2005 at 03:56:14PM -0800, JR Dalrymple wrote: > > >>The clock seems to be running at about 1/4 speed (SMP related maybe?). >> >> > > > >If you also post the output of "sysctl kern.timecounter" and "vmstat >-i" to the list, it may help diagnose the problem. > > > > genie# sysctl kern.timecounter kern.timecounter.stepwarnings: 0 kern.timecounter.nbinuptime: 357873388 kern.timecounter.nnanouptime: 0 kern.timecounter.nmicrouptime: 8296 kern.timecounter.nbintime: 153797574 kern.timecounter.nnanotime: 171942 kern.timecounter.nmicrotime: 153621939 kern.timecounter.ngetbinuptime: 656730 kern.timecounter.ngetnanouptime: 40589 kern.timecounter.ngetmicrouptime: 161872387 kern.timecounter.ngetbintime: 0 kern.timecounter.ngetnanotime: 0 kern.timecounter.ngetmicrotime: 26596618 kern.timecounter.nsetclock: 623 kern.timecounter.hardware: i8254 kern.timecounter.choice: TSC(-100) i8254(0) dummy(-1000000) kern.timecounter.tick: 1 kern.timecounter.smp_tsc: 0 genie# vmstat -i interrupt total rate irq1: atkbd0 232 0 irq6: fdc0 10 0 irq10: fxp0 ahc1 5247043 73 irq11: amr0 ahc0 3305544 46 irq13: npx0 1 0 lapic0: timer 532488625 7412 lapic4: timer 532404584 7411 lapic1: timer 532404584 7411 lapic2: timer 532404584 7411 Total 2138255207 29766 I can kind of make sense of what this is trying to help me, but it's above my head as far as how to tune it. Thanks again for any help JR