Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Nov 2011 17:46:50 +0100
From:      "Julian H. Stacey" <jhs@berklix.com>
To:        Carl Johnson <carlj@peak.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to get /dev/smb* ? 
Message-ID:  <201111021646.pA2Gko9h002669@fire.js.berklix.net>
In-Reply-To: Your message "Wed, 02 Nov 2011 09:08:42 MST." <87hb2mzet6.fsf@oak.localnet> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Have you tried:
> 
>   $ sysctl -a | grep temperature
>   dev.cpu.0.temperature: 29.2C
>   dev.cpu.1.temperature: 29.2C

s/temperature/temp/ & some systems will show more, eg:

sysctl -a | grep temp | grep -v template
	dev.cpu.0.temperature: 35.0C
	dev.amdtemp.0.%desc: AMD K8 Thermal Sensors
	dev.amdtemp.0.%driver: amdtemp
	dev.amdtemp.0.%parent: hostb4
	dev.amdtemp.0.sensor0.core0: 35.0C
	dev.amdtemp.0.sensor0.core1: 35.0C
	dev.amdtemp.0.sensor1.core0: 35.0C
	dev.amdtemp.0.sensor1.core1: 35.0C

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below, not above;  Indent with "> ";  Cumulative like a play script.
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111021646.pA2Gko9h002669>