From owner-freebsd-current@FreeBSD.ORG Sun Sep 26 11:46:08 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 7C05A16A4CE for ; Sun, 26 Sep 2004 11:46:08 +0000 (GMT) Received: from slipgate.org (S0106000acd019ad0.du.shawcable.net [24.109.1.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C47043D41 for ; Sun, 26 Sep 2004 11:46:08 +0000 (GMT) (envelope-from ryan@slipgate.org) Received: from ryan.lan (gate.lan [192.168.1.1]) by slipgate.org (8.12.11/8.12.11) with ESMTP id i8QBjh0E004955; Sun, 26 Sep 2004 04:45:43 -0700 (PDT) Received: from ryan.lan (localhost [127.0.0.1]) by ryan.lan (8.13.1/8.13.1) with ESMTP id i8QBkSMi008034; Sun, 26 Sep 2004 04:46:28 -0700 (PDT) (envelope-from ryan@slipgate.org) Received: (from ryan@localhost) by ryan.lan (8.13.1/8.13.1/Submit) id i8QBkN2c008033; Sun, 26 Sep 2004 04:46:23 -0700 (PDT) (envelope-from ryan@slipgate.org) X-Authentication-Warning: ryan.lan: ryan set sender to ryan@slipgate.org using -f Date: Sun, 26 Sep 2004 04:46:23 -0700 From: Ryan Freeman To: "Daniel O'Connor" Message-ID: <20040926114623.GA7990@slipgate.org> References: <20040926025317.GA5812@slipgate.org> <200409261342.34874.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409261342.34874.doconnor@gsoft.com.au> User-Agent: Mutt/1.4.2.1i cc: FreeBSD Mailing List Subject: Re: Sound performance problems in FreeBSD 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: Sun, 26 Sep 2004 11:46:08 -0000 On Sun, Sep 26, 2004 at 01:42:25PM +0930, Daniel O'Connor wrote: > On Sun, 26 Sep 2004 12:23, Ryan Freeman wrote: > > > > +following: > > > An easy way to reproduce these > > > skips is to run `while true; do sysctl vm.vmtotal; done`, while > > > playing an mp3. > > I suspect that sysctl involves doing lots of locking and will do weird > things.. > Does it happen if you run a CPU using userland proc inseadt? > The problem is, it isn't just that sysctl command that does it. I find that even running gkrellm makes the ticking worse. if i close gkrellm, it reduces the ticks/sound stretches. that sysctl was just an easy way to make the problem _really_ stand out it seems. iirc when i was using 5.2.1 i found that just disabling the proc chart in gkrellm seemed to help a lot. haven't bothered to try it now. - ryan