From owner-freebsd-current@FreeBSD.ORG Wed Mar 17 06:47:57 2004 Return-Path: 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 BA20C16A4CE for ; Wed, 17 Mar 2004 06:47:57 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 681C843D1F for ; Wed, 17 Mar 2004 06:47:57 -0800 (PST) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Wed, 17 Mar 2004 09:47:56 -0500 Message-ID: From: Don Bowman To: 'Poul-Henning Kamp' , Don Bowman Date: Wed, 17 Mar 2004 09:47:55 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" cc: "'current@freebsd.org'" Subject: RE: equivalent of kern.timecounter.method? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 17 Mar 2004 14:47:57 -0000 From: Poul-Henning Kamp [mailto:phk@phk.freebsd.dk] > Can you check that both the periodic interrupts actually fire ? > > critter phk> vmstat -i > interrupt total rate > irq0: clk 85613519 99 <<< > irq1: atkbd0 1222031 1 > irq6: fdc0 2 0 > irq7: ppc0 1 0 > irq8: rtc 109586318 127 <<< > irq9: acpi0 1638 0 > # vmstat -i interrupt total rate irq1: atkbd0 1 0 irq4: sio0 1397 4 irq6: fdc0 5 0 irq8: rtc 43331 127 irq13: npx0 1 0 stray irq13 1 0 irq15: ata1 30 0 irq24: em0 582 1 irq28: em2 726 2 irq72: asr0 70815 208 irq0: clk 338584 995 Total 455473 1339 seem to. my HZ is set to 1000. I wonder what a stray irq13 is.