Results 1 to 6 of 6

Thread: Checking CPU Temp.

  1. #1
    Join Date
    Apr 2012
    Beans
    4

    Question Checking CPU Temp.

    I hope this is the right section for this....

    Is there some way to find out what temperature my cpu is generating? Possibly, something I can run from the terminal? I checked my panel options (XFCE) , and if there's one there,,I missed it.
    Last edited by NNJRob; March 22nd, 2013 at 11:15 PM.

  2. #2
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Checking CPU Temp.

    Try psensor (I think it needs lm-sensors for cpu temp)

    and/or

    Have a look here for using sensors.
    The linked guide is for conky but the first part shows how to set up, once lm-sensors is installed.

    Basically
    Code:
    sudo apt-get install lm-sensors psensor
    then run
    Code:
    sudo sensors-detect
    answering Yes to all prompts.


    Then run
    Code:
    sensors
    If no output, reboot and try again.

    eg
    Code:
    glen@Raring:~$ sensors
    nouveau-pci-0100
    Adapter: PCI adapter
    temp1:        +35.0°C  (high = +95.0°C, crit = +105.0°C)
    
    it8720-isa-0228
    Adapter: ISA adapter
    in0:          +0.99 V  (min =  +0.00 V, max =  +4.08 V)
    in1:          +1.92 V  (min =  +0.00 V, max =  +4.08 V)
    in2:          +3.38 V  (min =  +0.00 V, max =  +4.08 V)
    +5V:          +3.01 V  (min =  +0.00 V, max =  +4.08 V)
    in4:          +3.09 V  (min =  +0.00 V, max =  +4.08 V)
    in5:          +1.06 V  (min =  +0.00 V, max =  +4.08 V)
    in6:          +3.38 V  (min =  +0.00 V, max =  +4.08 V)
    5VSB:         +3.02 V  (min =  +0.00 V, max =  +4.08 V)
    Vbat:         +3.25 V  
    fan1:        2250 RPM  (min =    0 RPM)
    fan2:           0 RPM  (min =    0 RPM)
    fan3:        1147 RPM  (min =    0 RPM)
    fan5:           0 RPM  (min =    0 RPM)
    temp1:        +33.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = thermistor
    temp2:        +32.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = thermal diode
    temp3:        +79.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = thermistor
    cpu0_vid:    +1.250 V
    intrusion0:  ALARM
    
    k10temp-pci-00c3
    Adapter: PCI adapter
    temp1:        +27.1°C  (high = +70.0°C)
                           (crit = +72.0°C, hyst = +70.0°C)
    pic of psensors.
    Attached Images Attached Images
    Last edited by stinkeye; March 22nd, 2013 at 10:17 PM.

  3. #3
    Join Date
    Apr 2012
    Beans
    4

    Re: Checking CPU Temp.

    Thanks, stinkeye!!
    It works like a charm!

  4. #4
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Checking CPU Temp.

    Quote Originally Posted by NNJRob View Post
    Thanks, stinkeye!!
    It works like a charm!
    No problem.
    It can be hard to tell which reading is your cpu temp.
    Just check your cpu temp in your BIOS and use the one that matches.
    Opening something like firefox and system monitor together, should see the temp go up 5-6 degrees.
    Last edited by stinkeye; March 22nd, 2013 at 10:37 PM.

  5. #5
    Join Date
    Apr 2012
    Beans
    4

    Re: Checking CPU Temp.

    Thanks again!
    and I added the link in your 1st reply, to my "lunux links" sheet, in dropbox

    Marking this a solved.

  6. #6
    Join Date
    Jul 2010
    Beans
    16

    Re: Checking CPU Temp.

    Quote Originally Posted by stinkeye View Post
    No problem.
    It can be hard to tell which reading is your cpu temp.
    Usually, it is not so hard:
    http://wpitchoune.net/psensor/doc/fa...hatIsTheSensor

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •