monitoring speeds and temps in command line

Asked by siz

Hi, does anyone know how i can view tpfand current temps and fan speed in command line and not through tpfan-admin? Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
tp-fan Edit question
Assignee:
No assignee Edit question
Solved by:
Sebastian Urban
Solved:
Last query:
Last reply:
Revision history for this message
Best Sebastian Urban (surban) said :
#1

Temperatures:
cat /proc/acpi/ibm/thermal

Fan speed:
cat /proc/acpi/ibm/fan

Configuration:
cat /etc/tpfand.conf

Revision history for this message
siz (sizzaone) said :
#2

Thanks mate, that's exactly what I wanted.