Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Best way to monitor CPU temp?

  1. #1
    Join Date
    Oct 2010
    Location
    The United States
    Beans
    843
    Distro
    Ubuntu

    Question Best way to monitor CPU temp?

    I'm running 10.10 on a Dell Inspiron 1520 and am getting some discrepancies when i try to check the CPU temps.

    Conky lists 82 C and i8kmon lists 67 C.

    What is the best way to check the temp?
    Thank you,
    GG -----------

  2. #2
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Best way to monitor CPU temp?

    sudo apt-get install sensors-applet
    sudo sensors-detect
    then add it to the the gnome panel
    Last edited by pqwoerituytrueiwoq; February 4th, 2011 at 06:46 PM.
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  3. #3
    Join Date
    Nov 2009
    Location
    Atkins, Arkansas
    Beans
    256
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Best way to monitor CPU temp?

    I am doing a little checking, and it really looks like i8kmon is specific for dell, and may be much better than the acerhdf that I have acess too. I found the info here if you haven't looked at it . . .

    http://linux.die.net/man/1/i8kmon

    It looks like there are lots of options for setting up the fan, which should help you if it really is running that hot. I'm really interested in what the panel apt or sensors command may say. I do know that my conky (I'm really not fluent with conky, but I have it and like it and have modified it a little) uses the sensors command to reprort the temperatures.

    i8kmon sounds like a pretty good thing with more options than acerhdf.

  4. #4
    Join Date
    Jun 2008
    Location
    London, Kentucky
    Beans
    2,093
    Distro
    Ubuntu Development Release

    Re: Best way to monitor CPU temp?

    Looks like you've got some good answers here. I just want to add that you can also check the temp by going to System > Admin > Disk Utility and check the smart data/run self test on your hard disk.

    Edit: Sorry, that's for the hdd.
    Last edited by Dutch70; February 5th, 2011 at 11:05 AM.
    Intel-System Freeze Post#22
    How to mark your thread [SOLVED]
    Registered Linux User-#473773-Ubuntu User-#23255-Machine-#384048

  5. #5
    Join Date
    Nov 2009
    Location
    Atkins, Arkansas
    Beans
    256
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Best way to monitor CPU temp?

    Does the disk utility give the processor temp, or the hard drive temp? On my machine, there is a considerable difference between disk utility temp and what is reported by sensors.

    For anyone looking at this thread, it was started here: http://ubuntuforums.org/showthread.php?t=1680547&page=2
    We moved it thinking we were hijacking someone else's thread. There is some more background here.
    Last edited by cloyd; February 4th, 2011 at 07:29 PM.

  6. #6
    Join Date
    Oct 2010
    Location
    The United States
    Beans
    843
    Distro
    Ubuntu

    Question Re: Best way to monitor CPU temp?

    Quote Originally Posted by cloyd View Post
    Does the disk utility give the processor temp, or the hard drive temp? On my machine, there is a considerable difference between disk utility temp and what is reported by sensors.
    Well, that is a good question. I installed the sensors and the applet for them. I thought the sensors were already installed since I went through the same list of probing questions when I set up sensors for Conky to use.

    In any case, now when I look at the panel I have 5 sensors with different temps.




    I don't understand what the differences are between Temp 1 Core 0 and Core 1. I thought that the cores were the CPUs. There are two on this machine so OK I get that. What does Temp 1 refer to?

    Then again under i8k temp 1 is called CPU.

    I don't know what acpi with the sub-heading THM means either.

    Under i8k I see two boxes for fans. Checking either or both adds an rpm number to the panel. I thought based on the i8k monitor I installed earlier that there was only one fan on this system.

    I'm pretty confused now.
    Thank you,
    GG -----------

  7. #7
    Join Date
    Nov 2009
    Location
    Atkins, Arkansas
    Beans
    256
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Best way to monitor CPU temp?

    I'd sure welcome it if someone who really knows what they are talking about could jump in here. I really don't want to mislead anybody.

    We have different systems, and we get different readouts and different output for the same apt.

    Just to give you an idea, my Computer Temp Monitor in the panel reads 50 c now. If I hover the mouse over it, it displays THRM: 50 C.

    sensors in terminal gives

    Adapter: Virtual device
    temp1: +51.0°C (crit = +100.0°C)

    k8temp-pci-00c3
    Adapter: PCI adapter
    Core0 Temp: +45.0°C
    Core1 Temp: -49.0°C

    and conky reads
    thermal 0 ok: 50 C

    My conky uses the terminal command acpi -t to get its display.

    I suspect your cpu is at 70 . I'm trusting (assuming) that temp1 and acpi both give the cpu temp. I have looked at core0 and core 1, and though on my system they can be slightly different from temp1, they are usually within a few degrees apart.

    Anybody else have any input? Think I may go to a reference book.

  8. #8
    Join Date
    Oct 2010
    Location
    The United States
    Beans
    843
    Distro
    Ubuntu

    Re: Best way to monitor CPU temp?

    Hmmmm I'm still confused. I have such a huge range of temps and I'm not sure what each one refers to.

    I just tried to run acpi -t and had to install acpi. Hmmmm

    After I did I see:
    Code:
    Thermal 0: ok, 63.5 degrees C
    Sensors returns this:

    Code:
    $ sensors
    acpitz-virtual-0
    Adapter: Virtual device
    temp1:       +67.5°C  (crit = +87.0°C)                  
    
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0:      +82.0°C  (high = +100.0°C, crit = +100.0°C)  
    
    coretemp-isa-0001
    Adapter: ISA adapter
    Core 1:      +84.0°C  (high = +100.0°C, crit = +100.0°C)
    Thanks for the help by the way I really do appreciate it.
    Last edited by GrouchyGaijin; February 4th, 2011 at 09:03 PM. Reason: updated information
    Thank you,
    GG -----------

  9. #9
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Best way to monitor CPU temp?

    or you could try conky
    Code:
    sudo apt-get install conky-all
    I'm a super power user

  10. #10
    Join Date
    Nov 2009
    Location
    Atkins, Arkansas
    Beans
    256
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Best way to monitor CPU temp?

    I don't know how much help I am now. However, I simply type "sensors" in the terminal. I get slightly diffrerent output, but usually close with "acpi -t". Don't type the quotes. These readings have been close enough that I hadn't worried about the differences between them.

    If you get a "command not found" or the like from the "sensors" command, then try

    sudo apt-get install sensors

    However, if the command is not there, the terminal often gives a suggestion on how to get the command, and any suggestion that is different from mine will probably be better.

    Just checked my reference books. They didn't do me much good. I've been looking at Ubuntu Community documentation. . . and haven't found anything that explains the 11 degree spread you are getting.

Page 1 of 3 123 LastLast

Tags for this Thread

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
  •