From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 15:06:01 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A056106564A for ; Thu, 8 Jul 2010 15:06:01 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id EE0668FC0A for ; Thu, 8 Jul 2010 15:05:59 +0000 (UTC) Received: by pvh1 with SMTP id 1so400785pvh.13 for ; Thu, 08 Jul 2010 08:05:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=L7Gey6M9OeEhQO3XzyAJ+DBIk7NFs0h5WfgIgVOQQ0Q=; b=E2NTqCfr2uYd01jiN3GR18IeZS4A1AJE8PyVU3anSs4JwCcpzCGKgXNKOtHtra32MA xpc/lb9/+6aA/z0o9xROqlvYxx9g52TbR3vB3GL+aHZXHV2/0P10no6Y7ItzJ0q6yHP7 eiu5E+RLlu0l2cYINDqgp8a686MSwaXlxRcJo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=LOr9OhM12VT0QKWUavPQ+aL1EXxhm1Y6p74qCW+LA7biy7Gm5aL+530fC/ura8pSDF xlHoniVyjIIkamcLVs3Cro5qq2ylC3HRvgNHNFm4/9Ml7RQFqSd7XJrfpOmZNByt6LnF KdVahlj7jUeVlIAiQGamPUw7M/yB+4q48LCl8= Received: by 10.142.147.7 with SMTP id u7mr10014424wfd.50.1278601553337; Thu, 08 Jul 2010 08:05:53 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id m9sm9085642vcz.41.2010.07.08.08.05.48 (version=SSLv3 cipher=RC4-MD5); Thu, 08 Jul 2010 08:05:49 -0700 (PDT) Message-ID: <4C35E94A.4040909@gmail.com> Date: Thu, 08 Jul 2010 11:05:46 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4C342EEC.7040404@esiee.fr> <20100707163823.GC6881@libertas.local.camdensoftware.com> In-Reply-To: <20100707163823.GC6881@libertas.local.camdensoftware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Get server's internal temperature from ACPI ? 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: Thu, 08 Jul 2010 15:06:01 -0000 On 7/7/10 12:38 PM, Chip Camden wrote: > Quoth Frank Bonnet on Wednesday, 07 July 2010: >> Hello >> >> Is there an utility to get the internal temperature from a HP Proliant >> server with ACPI ??? >> > > sysctl -n hw.acpi.thermal.tz0.temperature > > I'm not sure if the Proliant has an Intel Core, but if it does then you > can get per-cpu temperature info: > > kld coretemp kldload, of course. :-) > for i in 0 1 2 3; sysctl -n dev.cpu.$i.temperature > amdtemp(4) exists for K8, K10, and K11 AMD chips as well. Regards, -- Glen Barber