From owner-freebsd-questions@freebsd.org Sat Jul 4 16:07:07 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 703869BFF for ; Sat, 4 Jul 2015 16:07:07 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36D9A1DF5 for ; Sat, 4 Jul 2015 16:07:06 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (rbn1-216-180-76-134.adsl.hiwaay.net [216.180.76.134]) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id t64G7596011032 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sat, 4 Jul 2015 11:07:05 -0500 Message-ID: <559804A9.9080406@hiwaay.net> Date: Sat, 04 Jul 2015 11:13:20 -0453 From: "William A. Mahaffey III" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Best console hardware monitor pkg? References: <559760A3.7000901@sneakertech.com> <5597DF28.50903@FreeBSD.org> <5597E3E5.5050103@hiwaay.net> <5597F84C.50306@sneakertech.com> <5597F94D.9060703@hiwaay.net> <5597FBCC.90704@sneakertech.com> In-Reply-To: <5597FBCC.90704@sneakertech.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 16:07:07 -0000 On 07/04/15 10:35, Quartz wrote: > What's the going opinions on bsdhwmon, consolehm and healthd? > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > bsdhwmon seems to be Supermicro-specific: [root@kabini1, /etc, 10:37:53am] 953 % which !$ which bsdhwmon /usr/local/sbin/bsdhwmon [root@kabini1, /etc, 10:37:57am] 954 % bsdhwmon --help bsdhwmon: illegal option -- - Usage: bsdhwmon [options] Options: -J JSON-formatted output -c comma-delimited output -f DEVICE use DEVICE as smb(4) device (default: /dev/smb0) -l list supported motherboard ID strings -h print this message -v be verbose (show debugging output) http://bsdhwmon.koitsu.org/ Report bugs to [root@kabini1, /etc, 10:38:05am] 955 % bsdhwmon -l maker product chip type slave addr ------------- --------------------- ------------------ ----------- Supermicro P8SC8 Winbond W83792D 0x2f Supermicro P8SCT Winbond W83792D 0x2f Supermicro PDSMA+ Winbond W83793G 0x2f Supermicro PDSMi+ Winbond W83793G 0x2f Supermicro PDSMU Winbond W83793G 0x2f Supermicro X6DHR-8G2/X6DHR-TG Winbond W83792D 0x2f Supermicro X6DVA X6DVA/X6DVL/X6DAL Custom Supermicro X7DB8 Winbond W83793G 0x2f Supermicro X7DBP Winbond W83793G 0x2f Supermicro X7DBT Winbond W83793G 0x2f Supermicro X7SB4/E Winbond W83793G 0x2f Supermicro X7SBA Winbond W83793G 0x2f Supermicro X7SBL Winbond W83793G 0x2f Supermicro X7SBi Winbond W83793G 0x2f ------------- --------------------- ------------------ ----------- [root@kabini1, /etc, 10:38:21am] 956 % bsdhwmon Your motherboard does not appear to be supported. You can visit http://bsdhwmon.koitsu.org/ to see if support for your motherboard and/or system is under development. [root@kabini1, /etc, 10:38:55am] 957 % Can't speak for consolehm, healthd seems to work, reports oddball 12V readings: Jul 4 10:57:10 kabini1 healthd: A value of 0.00 for CPU #0 Cooling Fan with a range of (1000.00 <= n <= 9999.00) Jul 4 10:57:10 kabini1 healthd: A value of 0.00 for CPU #1 Cooling Fan with a range of (1000.00 <= n <= 9999.00) Jul 4 10:57:10 kabini1 healthd: A value of 0.00 for Case Fan Cooling Fan with a range of (100.00 <= n <= 9999.00) Jul 4 10:57:10 kabini1 healthd: A value of 2.50 for CPU #0 Core Voltage with a range of (1.95 <= n <= 2.05) Jul 4 10:57:10 kabini1 healthd: A value of 3.78 for CPU #1 Core Voltage with a range of (1.95 <= n <= 2.05) Jul 4 10:57:10 kabini1 healthd: A value of 5.64 for 5 Volt with a range of (4.75 <= n <= 5.25) Jul 4 10:57:10 kabini1 healthd: A value of 6.57 for 12 Volt with a range of (10.80 <= n <= 13.20) Jul 4 10:57:10 kabini1 healthd: A value of -2.42 for -5 Volt with a range of (-5.50 <= n <= -4.50) Jul 4 10:57:26 kabini1 healthd: A value of 0.00 for CPU #0 Cooling Fan with a range of (1000.00 <= n <= 9999.00) Jul 4 10:57:26 kabini1 healthd: A value of 0.00 for CPU #1 Cooling Fan with a range of (1000.00 <= n <= 9999.00) Jul 4 10:57:26 kabini1 healthd: A value of 0.00 for Case Fan Cooling Fan with a range of (100.00 <= n <= 9999.00) Jul 4 10:57:26 kabini1 healthd: A value of 2.50 for CPU #0 Core Voltage with a range of (1.95 <= n <= 2.05) Jul 4 10:57:26 kabini1 healthd: A value of 3.78 for CPU #1 Core Voltage with a range of (1.95 <= n <= 2.05) Jul 4 10:57:26 kabini1 healthd: A value of 5.64 for 5 Volt with a range of (4.75 <= n <= 5.25) Jul 4 10:57:26 kabini1 healthd: A value of 6.57 for 12 Volt with a range of (10.80 <= n <= 13.20) Jul 4 10:57:26 kabini1 healthd: A value of -2.42 for -5 Volt with a range of (-5.50 <= n <= -4.50) from my syslog file, with: [root@kabini1, /etc, 11:09:08am] 1004 % sysctl -A | grep -i temp <118>Jul 4 10:51:49 kabini1 healthd: A value of 36.00 for Chip Set Temperature with a range of (0.00 <= n <= 30.00) <118>Jul 4 10:51:49 kabini1 healthd: A value of 39.50 for CPU #0 Temperature with a range of (10.00 <= n <= 30.00) <118>Jul 4 10:51:49 kabini1 healthd: A value of 42.00 for CPU #1 Temperature with a range of (10.00 <= n <= 30.00) net.inet6.ip6.use_tempaddr: 0 net.inet6.ip6.temppltime: 86400 net.inet6.ip6.tempvltime: 604800 net.inet6.ip6.prefer_tempaddr: 0 hw.usb.template: 0 dev.cpu.0.temperature: 11.3C dev.cpu.1.temperature: 11.3C dev.cpu.2.temperature: 11.3C dev.cpu.3.temperature: 11.3C dev.amdtemp.0.%desc: AMD CPU On-Die Thermal Sensors dev.amdtemp.0.%driver: amdtemp dev.amdtemp.0.%parent: hostb5 dev.amdtemp.0.sensor0.core0: 11.3C [root@kabini1, /etc, 11:11:10am] 1005 % from sysctl .... [root@kabini1, /etc, 11:11:52am] 1005 % uname -a FreeBSD kabini1.local 9.3-RELEASE-p13 FreeBSD 9.3-RELEASE-p13 #0: Tue Apr 7 03:01:12 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 [root@kabini1, /etc, 11:11:55am] 1006 % I think those temp. values are OK-ish, better than those from amdtemp .... YMMV & all that rot. -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr.