From owner-freebsd-questions@freebsd.org Wed Nov 14 05:39:11 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B93A110AA2A for ; Wed, 14 Nov 2018 05:39:11 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131]) by mx1.freebsd.org (Postfix) with ESMTP id 1D6758EAB7 for ; Wed, 14 Nov 2018 05:39:09 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from 220-253-47-54.dyn.iinet.net.au (HELO leader.local) ([220.253.47.54]) by ipmail07.adl2.internode.on.net with ESMTP; 14 Nov 2018 16:09:00 +1030 Subject: Re: Program to find CPU temperature? To: Thomas Mueller , freebsd-questions@freebsd.org References: <20181113115826.D665AA2E7F@mail-av3.superb.net> From: Shane Ambler Message-ID: <9b28f308-eea8-38f5-6ea0-0a8cfc7ce463@ShaneWare.Biz> Date: Wed, 14 Nov 2018 16:08:58 +1030 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20181113115826.D665AA2E7F@mail-av3.superb.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 1D6758EAB7 X-Spamd-Result: default: False [0.45 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.56)[-0.560,0]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[131.137.101.150.rep.mailspike.net : 127.0.0.18]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.85)[-0.846,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ShaneWare.Biz]; AUTH_NA(1.00)[]; NEURAL_SPAM_SHORT(0.02)[0.021,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mx.superb.net]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[twc.com]; RCVD_NO_TLS_LAST(0.10)[]; RCVD_IN_DNSWL_LOW(-0.10)[131.137.101.150.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:4739, ipnet:150.101.0.0/16, country:AU]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.06)[asn: 4739(-0.26), country: AU(-0.04)]; RECEIVED_SPAMHAUS_PBL(0.00)[54.47.253.220.zen.spamhaus.org : 127.0.0.11] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2018 05:39:11 -0000 On 13/11/18 10:22 pm, Thomas Mueller wrote: > I am looking for a program to find the CPU and perhaps system temperature, either in base system or ports. > > I tried "sysctl -a | grep "temp" (or temperature) and couldn't find anything. As others suggested `kldload coretemp`, or add coretemp_load="YES" to loader.conf Some ports that can read other sensors such as mainboard temp and fan speeds - sysutils/xmbmon misc/digitemp sysutils/bsdhwmon sysutils/consolehm sysutils/lmmon -- FreeBSD - the place to B...Software Developing Shane Ambler