sensorsrt is a one file Python script to provide real-time sensors reading from commands sensors
and hddtemp
- Be sure to make your changes to the file
sensorsrt.py
first, ashddtemp
monitoring may not work properly due to device path differences (HDD1 is/dev/sda
and HDD2 is/dev/sdb
but that's not always the case) - Also after compiling be sure to move the compiled file to
/usr/bin
for easier access later (by just typingsudo sensorsrt
) usingsudo mv -fv sensorsrt /usr/bin/sensorsrt
sensorsrt <refresh rate in sec(s)>
- default value for
<refresh rate in sec(s)>
is 2 when not specified