From owner-freebsd-stable@FreeBSD.ORG Mon Apr 4 04:59:50 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B3216A4CE; Mon, 4 Apr 2005 04:59:50 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C248143D2D; Mon, 4 Apr 2005 04:59:49 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.51] (adsl-64-171-184-204.dsl.snfc21.pacbell.net [64.171.184.204]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j344xlLS018643 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 3 Apr 2005 21:59:48 -0700 Message-ID: <4250C9C1.6010401@root.org> Date: Sun, 03 Apr 2005 21:59:45 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041205) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Greg 'groggy' Lehey" References: <424F5210.8060809@pldrouin.net> <20050403133200.GP87756@unixpages.org> <425014B2.9070208@pldrouin.net> <20050403164115.GQ87756@unixpages.org> <42506404.1010608@root.org> <20050404032111.GI867@wantadilla.lemis.com> <4250C60D.8040306@root.org> <20050404045737.GK867@wantadilla.lemis.com> In-Reply-To: <20050404045737.GK867@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Christian Brueffer cc: Pierre-Luc Drouin cc: freebsd-stable@FreeBSD.org Subject: Re: 5.4-prerelease - hanging under load X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 04:59:50 -0000 Greg 'groggy' Lehey wrote: > On Sunday, 3 April 2005 at 21:43:57 -0700, Nate Lawson wrote: > >>Greg 'groggy' Lehey wrote: >> >>>I'm experiencing similar issues. How can I confirm that this is the >>>case without rebooting the machine (which would be inconvenient)? Is >>>there some sysctl that tells me? I've taken a look, but I don't see >>>anything obvious. >> >>sysctl dev.cpu and look at the current frequency setting. > > > There's nothing there that reaches out and grabs me: > > dev.cpu.0.%desc: ACPI CPU > dev.cpu.0.%driver: cpu > dev.cpu.0.%location: handle=\_PR_.CPU0 > dev.cpu.0.%pnpinfo: _HID=none _UID=0 > dev.cpu.0.%parent: acpi0 Not it. You have no acpi_throttle support, thus cpufreq is a no-op on your system. -- Nate