And when I try atactl:

# atactl wd0c readattr
Attributes table revision: 4
ID      Attribute name                  Threshold       Value   Raw
  1     Raw Read Error Rate              102            253
0x000000000000
  2     Throughput Performance           127            253
0x000000000000
  3     Spin Up Time                      67            253
0x000000000000
  4     Start/Stop Count                 127            253
0x000000000000
  5     Reallocated Sector Count         127            253
0x000000000000
  6     Unknown                          127            253
0x000000000000
  7     Seek Error Rate                  127            253
0x000000000000
  8     Seek Time Performance            127            253
0x000000000000
  9     Power-on Hours Count             127            253
0x000000000000

There is no Temperature here, it means that my hard disk do not support this
feature?! Or I made something wrong?!


2006/1/16, Ricardo Lucas <[EMAIL PROTECTED]>:
>
> Look at this, it's look a kind of weird:
>
>
> hw.sensors.0=lm0, IN0, volts_dc, 2.26 V
> hw.sensors.1=lm0, IN1, volts_dc, 3.94 V
> hw.sensors.2=lm0, IN2, volts_dc, 2.93 V
> hw.sensors.3=lm0, IN3, volts_dc, 4.67 V
> hw.sensors.4=lm0, IN4, volts_dc, 0.00 V
> hw.sensors.5=lm0, IN5, volts_dc, 0.00 V
> hw.sensors.6=lm0, IN6, volts_dc, 0.00 V
> hw.sensors.7=lm0, Temp, temp, 4.00 degC / 39.20 degF
> hw.sensors.8=lm0, Fan1, fanrpm, 4856 RPM
> hw.sensors.9=lm0, Fan2, fanrpm, 29347 RPM
> hw.sensors.10=lm0, Fan3, fanrpm, 0 RPM
>
> Yesterday was something like this:
>
> hw.sensors.0=lm0, IN0, volts_dc, 2.26 V
> hw.sensors.1=lm0, IN1, volts_dc, 3.94 V
> hw.sensors.2=lm0, IN2, volts_dc, 2.93 V
> hw.sensors.3=lm0, IN3, volts_dc, 4.67 V
> hw.sensors.4=lm0, IN4, volts_dc, 0.00 V
> hw.sensors.5=lm0, IN5, volts_dc, 0.00 V
> hw.sensors.6=lm0, IN6, volts_dc, 0.00 V
> hw.sensors.7=lm0, Temp, temp, 245.00 degC / 390.20 degF
> hw.sensors.8=lm0, Fan1, fanrpm, 4856 RPM
> hw.sensors.9=lm0, Fan2, fanrpm, 29347 RPM
> hw.sensors.10=lm0, Fan3, fanrpm, 0 RPM
>
> Any ideias?
>
> 2006/1/16, Joakim Aronius <[EMAIL PROTECTED]>:
> >
> > Hi,
> >
> > I put together a script last week, for now i run it every hour in cron
> > to see how/if temperature vaies over time. I don't have any usable
sensors
> > on my mobo.
> >
> > DISKS="0 1 2 3"
> > S=`date +"%b %e %H:%M:%S "`
> >
> > for d in $DISKS; do
> >        TEMP=`atactl wd$d readattr |grep Temp |cut -f 4`
> >        S="$S\t$TEMP"
> > done
> >
> > echo $S
> >
> > crontab:
> > 0       *       *       *       *       /bin/sh /root/temp.sh >>
> > /var/log/temp
> >
> > Cheers,
> > /jkm
> >
> > * Ricardo Lucas ([EMAIL PROTECTED]) wrote:
> > > Hello misc,
> > > anyone knows a program that monitoring the cpu temperature and hard
> > disk
> > > temperature and rotation?!
> > > Thank's for your time
> > >
> > > --
> > > Abragos
> > > Ricardo Lucas
> > >
> > > We have to stop been egoist and think more on ourselves.
> >
>
>
>
> --
> Abragos
> Ricardo Lucas
>
> We have to stop been egoist and think more on ourselves.
>



--
Abragos
Ricardo Lucas

We have to stop been egoist and think more on ourselves.

Reply via email to