LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to check CPU fans in RHEL (https://www.linuxquestions.org/questions/linux-server-73/how-to-check-cpu-fans-in-rhel-898780/)

bkarthick 08-22-2011 10:24 AM

How to check CPU fans in RHEL
 
HI All,

Please tell me how to check CPU fans in RHEL.i,e how many fans cps has used.i want to know all those informations...

kbp 08-22-2011 06:29 PM

Try dmidecode or maybe lshal

salemeni 08-23-2011 02:56 AM

Get cpu info
Code:

#cat /proc/cpuinfo
Get cpu usage
Code:

# top
#ps -aux

generics array

CaptainInsane 08-23-2011 11:18 AM

Run sensors-detect and then sensors.

bkarthick 08-24-2011 09:24 AM

Quote:

Originally Posted by salemeni (Post 4450869)
Get cpu info
Code:

#cat /proc/cpuinfo
Get cpu usage
Code:

# top
#ps -aux


I don want cpu usage info.i want to know how much fans the cpu has been used..

cnt 08-25-2011 12:41 AM

use "top" command


All times are GMT -5. The time now is 12:02 PM.