From owner-freebsd-questions@freebsd.org Tue Nov 13 11:55:08 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 6E8EB1121FA6 for ; Tue, 13 Nov 2018 11:55:08 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-cmomta03.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B7CCA809AC for ; Tue, 13 Nov 2018 11:55:07 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.161.151]) by cmsmtp with ESMTP id MXHbgwphkVpvIMXHdgNh1w; Tue, 13 Nov 2018 11:55:06 +0000 Date: Tue, 13 Nov 2018 11:52:30 +0000 From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Program to find CPU temperature? X-CMAE-Envelope: MS4wfO7PEKWRBPRAcaIH1zvHUsLxdEK1bRE5MrVd4Zd3ki/yDyJdf0yS97SeuJu0r7wfsbM4aqr/d/fKLheOJNkps4Nq+OTzIBVP/zuDEooQCR90iyOj/BTx 736f9Cy5IDF1CQHvNkmwqhq9uKdGV5CDly7g5z3brP90UHF/DmisGQXn8oO4CWcJKgasT+ldmP+MCw== X-Rspamd-Queue-Id: B7CCA809AC X-Spamd-Result: default: False [4.33 / 200.00]; ARC_NA(0.00)[]; NEURAL_SPAM_SHORT(0.64)[0.638,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.14.73.0/24]; FREEMAIL_FROM(0.00)[twc.com]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[twc.com]; NEURAL_SPAM_MEDIUM(0.53)[0.532,0]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.01)[-0.006,0]; MISSING_MID(2.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[cached: dnvrco-cmedge01.email.rr.com]; RCVD_IN_DNSWL_NONE(0.00)[230.73.14.107.list.dnswl.org : 127.0.5.0]; IP_SCORE(-0.02)[country: US(-0.09)]; RCVD_TLS_LAST(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[151.161.28.96.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:7843, ipnet:107.14.73.0/24, country:US]; RCVD_COUNT_TWO(0.00)[2]; FREEMAIL_ENVFROM(0.00)[twc.com]; FROM_EQ_ENVFROM(0.00)[] 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: Tue, 13 Nov 2018 11:55:08 -0000 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. NetBSD has envstat in base system: Current CritMax WarnMax WarnMin CritMin Unit [acpifan0] state: FALSE [acpifan1] state: FALSE [acpifan2] state: TRUE [acpifan3] state: FALSE [acpifan4] state: FALSE [acpitz0] temperature: 27.800 106.000 degC [acpitz1] cpu0/cpu1/cpu2/cpu3/cpu4/cpu5/c: 29.800 106.000 degC [coretemp0] cpu0 temperature: 56.000 degC [coretemp1] cpu1 temperature: 59.000 degC [coretemp2] cpu2 temperature: 57.000 degC [coretemp3] cpu3 temperature: 55.000 degC but there appears to be nothing like that in FreeBSD. This is the computer without the overheating problem. Other computer, with the overheating problem, makes me wonder if the heatsink itself, as opposed to the CPU fan, is no longer functional. Otherwise, perhaps something could be going amiss on the CPU or motherboard. Tom