Date: Wed, 25 Jul 2012 23:37:21 +0300 From: "Vladislav V. Prodan" <universite@ukr.net> To: "illoai@gmail.com" <illoai@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: how to determine the temperature of your CPU? Message-ID: <50105901.1090507@ukr.net> In-Reply-To: <CAHHBGkrU0gsDHjkmaQLXNyh1QiQFo48cZOBJJVYbmbVn5dMprQ@mail.gmail.com> References: <63031.1343217300.9705048765098688512@ffe15.ukr.net> <CAHHBGkrU0gsDHjkmaQLXNyh1QiQFo48cZOBJJVYbmbVn5dMprQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
25.07.2012 18:16, illoai@gmail.com wrote: > On 25 July 2012 07:55, Владислав Продан <universite@ukr.net> wrote: >> >> >> CPU: AMD FX(tm)-8120 Eight-Core Processor (3110.49-MHz K8-class CPU) >> Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 Stepping = 2 >> >> # kldstat -v | grep temp >> 319 cpu/coretemp >> 311 hostb/amdtemp >> >> > > % sysctl dev.amdtemp > & > % sysctl hw.acpi.thermal > & the other stuff is probably best extracted via: > % sysctl dev.cpu | grep temperature > (as you can't use wildcards in sysctl oids, bleh) > > For my dual core machine, I use: > % sysctl hw.acpi.thermal.tz0.temperature dev.amdtemp.0.sensor0 \ > dev.amdtemp.0.sensor1 dev.cpu.0.temperature dev.cpu.1.temperature > > in a script to quickly see all of my temperature sensors. You likely have > many more. > Thanks for the tips! But I have already tried these commands. With 2,4,6-core temperature is displayed, but with 8 cores is not :( Probably will have to arrange PR ... -- Vladislav V. Prodan System & Network Administrator http://support.od.ua +380 67 4584408, +380 99 4060508 VVP88-RIPE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50105901.1090507>