blackmilk
February 3rd, 2004, 08:52
The man page says this first appeared in 3.5, so I imagine this is still in testing.
I was running dmassage, which was suggested in a book(Absolute OpenBSD i think) and I noticed viaenv, naturally it lead me to my current situation..
[code:1:83022e15d7]
sysctl -A
hw.sensors.0=viaenv0, TSENS1, temp, 33.40 degC / 92.12 degF
hw.sensors.1=viaenv0, TSENS2, temp, 27.73 degC / 81.91 degF
hw.sensors.2=viaenv0, TSENS3, temp, 23.70 degC / 74.66 degF
hw.sensors.3=viaenv0, FAN1, fanrpm, 4440 RPM
hw.sensors.4=viaenv0, FAN2, fanrpm, 0 RPM
hw.sensors.5=viaenv0, VSENS1, volts_dc, 1.78 V
hw.sensors.6=viaenv0, VSENS2, volts_dc, 0.06 V
hw.sensors.7=viaenv0, Vcore, volts_dc, 3.42 V
hw.sensors.8=viaenv0, VSENS3, volts_dc, 5.10 V
hw.sensors.9=viaenv0, VSENS4, volts_dc, 12.07 V
[/code:1:83022e15d7]
[code:1:83022e15d7]
VIAENV(4)
Sensor Units Typical Use
TSENS1 uK CPU temperature
TSENS2 uK System temperature
TSENS3 uK Unknown
FAN1 RPM CPU fan
FAN2 RPM System fan
VSENS1 uV DC CPU core voltage (2.0V)
VSENS2 uV DC North Bridge core voltage (2.5V)
Vcore uV DC Internal core voltage (3.3V)
VSENS3 uV DC +5V
VSENS4 uV DC +12V
[/code:1:83022e15d7]
I assume the sensord.conf file exists primarily so you don't have to edit sysctl.conf and also to have its own place.
I've checked the openbsd page and found very little, deadly.org had an article on it finally being worked on.
Does anyone use this feature? I've set up the config file with the values I found in the sysctl output, as of yet, I've seen nothing though.
Has anyone implemented sensorsd in a useful/interesting fashion?
I was running dmassage, which was suggested in a book(Absolute OpenBSD i think) and I noticed viaenv, naturally it lead me to my current situation..
[code:1:83022e15d7]
sysctl -A
hw.sensors.0=viaenv0, TSENS1, temp, 33.40 degC / 92.12 degF
hw.sensors.1=viaenv0, TSENS2, temp, 27.73 degC / 81.91 degF
hw.sensors.2=viaenv0, TSENS3, temp, 23.70 degC / 74.66 degF
hw.sensors.3=viaenv0, FAN1, fanrpm, 4440 RPM
hw.sensors.4=viaenv0, FAN2, fanrpm, 0 RPM
hw.sensors.5=viaenv0, VSENS1, volts_dc, 1.78 V
hw.sensors.6=viaenv0, VSENS2, volts_dc, 0.06 V
hw.sensors.7=viaenv0, Vcore, volts_dc, 3.42 V
hw.sensors.8=viaenv0, VSENS3, volts_dc, 5.10 V
hw.sensors.9=viaenv0, VSENS4, volts_dc, 12.07 V
[/code:1:83022e15d7]
[code:1:83022e15d7]
VIAENV(4)
Sensor Units Typical Use
TSENS1 uK CPU temperature
TSENS2 uK System temperature
TSENS3 uK Unknown
FAN1 RPM CPU fan
FAN2 RPM System fan
VSENS1 uV DC CPU core voltage (2.0V)
VSENS2 uV DC North Bridge core voltage (2.5V)
Vcore uV DC Internal core voltage (3.3V)
VSENS3 uV DC +5V
VSENS4 uV DC +12V
[/code:1:83022e15d7]
I assume the sensord.conf file exists primarily so you don't have to edit sysctl.conf and also to have its own place.
I've checked the openbsd page and found very little, deadly.org had an article on it finally being worked on.
Does anyone use this feature? I've set up the config file with the values I found in the sysctl output, as of yet, I've seen nothing though.
Has anyone implemented sensorsd in a useful/interesting fashion?