Date: Tue, 24 Jun 2008 09:06:18 +0200 From: "DA Forsyth" <iwrtech@iwr.ru.ac.za> To: freebsd-questions@freebsd.org Cc: hartzell@alerce.com Subject: Re: freebsd-questions Digest, Vol 221, Issue 4 Message-ID: <4860B90A.29014.55596B2@iwrtech.iwr.ru.ac.za> In-Reply-To: <20080623235412.75F0010656D9@hub.freebsd.org> References: <20080623235412.75F0010656D9@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 23 Jun 2008 , freebsd-questions-request@freebsd.org entreated about "freebsd-questions Digest, Vol 221, Issue 4": > Message: 26 > Date: Mon, 23 Jun 2008 23:46:58 +0100 > Subject: Re: CPU temp's on core 2 duo, should they be significantly > different? > > On Mon, Jun 23, 2008 at 01:52:07PM -0700, George Hartzell wrote: > > > > Josh Carroll writes: > > > [...] > > > I'd recommend taking the heat sink off and seeing how the thermal [] > > > CPU package. > > > > dev.cpu.0.temperature: 44 > > dev.cpu.1.temperature: 28 > > > > My top on 7.0 says "CPU states:" not "CPU:" > > Are you sure you're running on 2 cores? > > dmesg will tell you and top will have a "C" column with 0 or 1 in it. like this PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 31856 root 1 96 0 8884K 4864K select 1 2:52 0.00% snmpd 861 mysql 10 96 0 67768K 21704K ucond 0 0:31 0.00% mysqld 879 mailman 1 96 0 10996K 7564K select 0 0:22 0.00% python2.5 875 mailman 1 96 0 10996K 7184K select 0 0:21 0.00% python2.5 877 mailman 1 96 0 10996K 7560K select 1 0:21 0.00% python2.5 dmesg should contain stuff like this (dmesg | grep -i cpu) CPU: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz (1868.55-MHz 686- class CPU) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu0: <ACPI CPU> on acpi0 est0: <Enhanced SpeedStep Frequency Control> on cpu0 p4tcc0: <CPU Frequency Thermal Control> on cpu0 cpu1: <ACPI CPU> on acpi0 est1: <Enhanced SpeedStep Frequency Control> on cpu1 p4tcc1: <CPU Frequency Thermal Control> on cpu1 SMP: AP CPU #1 Launched! since I started monitoring yesterday, my cores are within 1 degree of each other all the time, server running apache + samba + exim, mainly as file and print server. PS: I cannot find any man pages for est() and p4tcc() The man page for acpi_thermal says it is part of 'device acpi' which is loading, but is not finding anything thermal on this motherboard. > If you're running on one core, it will explain the temperature > discrepancy. -- DA Fo rsyth Network Supervisor Principal Technical Officer -- Institute for Water Research http://www.ru.ac.za/institutes/iwr/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4860B90A.29014.55596B2>