From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 11:10:34 2003 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 0F73B16A4B3 for ; Wed, 17 Sep 2003 11:10:34 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6732043FE3 for ; Wed, 17 Sep 2003 11:10:32 -0700 (PDT) (envelope-from sebastian.ssmoller@gmx.net) Received: (qmail 6776 invoked by uid 65534); 17 Sep 2003 18:10:31 -0000 Received: from pD9E823CE.dip.t-dialin.net (EHLO [217.232.35.206]) (217.232.35.206) by mail.gmx.net (mp027) with SMTP; 17 Sep 2003 20:10:31 +0200 X-Authenticated: #15005775 From: sebastian ssmoller To: Freebsd Current In-Reply-To: <019b01c379fa$f34c88d0$01000001@max900> References: <20030913233905.GA3834@crodrigues.org> <1063457548.846.44.camel@tyrael.linnet> <019b01c379fa$f34c88d0$01000001@max900> Content-Type: text/plain Message-Id: <1063822590.711.1.camel@tyrael.linnet> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 17 Sep 2003 20:16:41 +0200 Content-Transfer-Encoding: 7bit Subject: Re: Bad performance 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 Sep 2003 18:10:34 -0000 here is my vmstat -i output: interrupt total rate stray irq0 1 0 stray irq7 1 0 npx0 irq13 1 0 ata0 irq14 92143 2 ata1 irq15 20 0 uhci0 irq11 1 0 pcm0 irq9 36 0 rl0 irq10 11 0 rl1 irq11 77987 2 fdc0 irq6 1 0 atkbd0 irq1 6946 0 clk irq0 3180967 99 rtc irq8 4071093 127 Total 7429208 233 apart from some icq sharing it seems to be ok, doesnt it ? i turned of acpi on startup an voila :) : gdm starts two times faster as before (!) (30s -> 15-17s) can anyone explain me why, pls ? and the other question is: do i really need acpi ? i run a desktop system so suspend/resume is not interesting for me. does fbsd/acpi supend the disk when the system idles ? (linux does not) thx seb On Sat, 2003-09-13 at 15:28, Max Laier wrote: > Interrupts?! Check $vmstat -i > ACPI? Try disableing it. > I have a VIA chipset as well and my ata IRQs just went crazy when used with > ACPI. > > GL > (...)