From owner-freebsd-stable@FreeBSD.ORG Wed Sep 29 08:56:24 2010 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 090301065672 for ; Wed, 29 Sep 2010 08:56:24 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (adsl-75-1-14-242.dsl.scrm01.sbcglobal.net [75.1.14.242]) by mx1.freebsd.org (Postfix) with ESMTP id CD5548FC1D for ; Wed, 29 Sep 2010 08:56:23 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id o8T8uB2W061505; Wed, 29 Sep 2010 01:56:15 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201009290856.o8T8uB2W061505@gw.catspoiler.org> Date: Wed, 29 Sep 2010 01:56:11 -0700 (PDT) From: Don Lewis To: avg@icyb.net.ua In-Reply-To: <4CA2FCDF.2060609@icyb.net.ua> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: stable@FreeBSD.org, sterling@camdensoftware.com, freebsd@jdc.parodius.com Subject: Re: CPU time accounting broken on 8-STABLE machine after a few hours of uptime 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: Wed, 29 Sep 2010 08:56:24 -0000 On 29 Sep, Andriy Gapon wrote: > on 29/09/2010 00:11 Don Lewis said the following: >> On 28 Sep, Don Lewis wrote: >> >> >>> % vmstat -i >>> interrupt total rate >>> irq0: clk 60683442 1000 >>> irq1: atkbd0 6 0 >>> irq8: rtc 7765537 127 >>> irq9: acpi0 13 0 >>> irq10: ohci0 ehci1+ 10275064 169 >>> irq11: fwohci0 ahc+ 132133 2 >>> irq12: psm0 21 0 >>> irq14: ata0 90982 1 >>> irq15: nfe0 ata1 18363 0 >>> >>> I'm not sure why I'm getting USB interrupts. There aren't any USB >>> devices plugged into this machine. >> >> Answer: irq 10 is also shared by vgapci0 and atapci1. > > Just curious why Local APIC timer isn't being used for hardclock on your system. I'm using the same kernel config as the one on a slower !SMP box which I'm trying to squeeze as much performance out of as possible. My kernel config file contains these statements: nooptions SMP nodevice apic Testing with an SMP kernel is on my TODO list.