On Sun, 15 Jan 2006, Ricardo Lucas wrote: > Hello misc, > anyone knows a program that monitoring the cpu temperature and hard disk > temperature and rotation?!
There has been a lot of hardware monitoring work that has been happening in -current recently. Grab a snapshot and try it out - the results will be under "sysctl hw.sensors", for example: hw.sensors.0=admtm0, Internal, temp, 39.00 degC / 102.20 degF hw.sensors.1=admtm0, External, temp, 32.00 degC / 89.60 degF hw.sensors.2=admtm0, 2.5 V, volts_dc, 2.50 V hw.sensors.3=admtm0, Vccp, volts_dc, 0.00 V hw.sensors.4=admtm0, 3.3 V, volts_dc, 3.32 V hw.sensors.5=admtm0, 5 V, volts_dc, 4.97 V hw.sensors.6=admtm0, 12 V, volts_dc, 12.00 V hw.sensors.7=admtm0, Vcc, volts_dc, 3.37 V It is trivial to use mrtg or similar to chart these. -d

