From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 18:14:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2082116A41F for ; Fri, 26 Aug 2005 18:14:38 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id A251343D48 for ; Fri, 26 Aug 2005 18:14:37 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout4-ext.prodigy.net (pimout4-int.prodigy.net [207.115.4.203]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j7QIES4u024187 for ; Fri, 26 Aug 2005 14:14:28 -0400 X-ORBL: [66.139.109.225] Received: from [192.168.1.25] (ppp-66-139-109-225.dsl.stlsmo.swbell.net [66.139.109.225]) by pimout4-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j7QIEZWh062964; Fri, 26 Aug 2005 14:14:36 -0400 Message-ID: <430F5C0B.3@mkproductions.org> Date: Fri, 26 Aug 2005 13:14:35 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050816) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <430D3823.9070301@mkproductions.org> <20050825160909.GB10134@slackbox.xs4all.nl> <430DF015.5000203@mkproductions.org> <20050825173758.GA10790@slackbox.xs4all.nl> <430E0461.3030101@mkproductions.org> <20050826174002.GA16044@xor.obsecurity.org> In-Reply-To: <20050826174002.GA16044@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Performance Issues with AMD64 3000+, 1.5GB RAM, FreeBSD 5.4-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 18:14:38 -0000 Kris Kennaway wrote: > On Thu, Aug 25, 2005 at 12:48:17PM -0500, Mark Kane wrote: > >>Roland Smith wrote: >> >>>Another thing to look at might be the scheduler. I'm using SCHED_4BSD. >> >>Hmm, I'm using just a GENERIC kernel with support added in for my sound >>driver and atapicam for K3b. SCHED_4BSD looks default in GENERIC: >> >>options SCHED_4BSD # 4BSD scheduler >> >>I've been trying this morning with no real disk I/O and just XMMS open. >>It's much better than if I did have a download/upload going using disk >>I/O or trying to read from a file on the drive, but still nowhere near >>perfect. Every minute I'll still hear a little skip or stutter in the >>audio, and still notice the mouse locking up a bit at the exact moment >>that happens. > > > Did you not read my mail? I explained this and the solution. > > Kris Yes, I read your email and responded to it yesterday. I said: ------------------------- I found the sound skipping thread by Jeff. Looks like a great explanation, however my problem even occurs even with light disk I/O such as reading an mp3/Ogg/video file off any of the drives. I did some more testing with actual files off the drives last night instead of streams, and it seems worse with actual files. I'm not sure if the proposed patch will fix it or not, and trying 6.0-BETA2 for my other hardware/hard drive problem just introduced new problems (panics, network stuff not recognized, etc). I do have a spare hard drive where I could put test anything though if you think trying -CURRENT or another BETA would be worthwhile. ------------------------- So, in other words, even when there is NOT heavy disk I/O it still has problems, although they do get worse with more disk I/O. I don't know if you saw my previous replies, but trying 5.4-STABLE on my Athlon XP 2000+ instead of 5.4-RELEASE seemed to make it much better on that machine (however still not perfect). I was wondering if the code that fixed it in 6 was merged to 5-STABLE or if the patch was already committed to 5-STABLE? I haven't tried -STABLE on my amd64 yet though. -Mark