The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    HWMoniter for Ubuntu

    Discussion in 'Linux Compatibility and Software' started by Kamin_Majere, Aug 6, 2008.

  1. Kamin_Majere

    Kamin_Majere =][= Ordo Hereticus

    Reputations:
    1,522
    Messages:
    2,680
    Likes Received:
    0
    Trophy Points:
    55
    Is there an equivalent program to CPUZ/GPUZ/HWMoniter for Ubuntu that anyone knows about.

    I've been digging through all of the add set ups and i have yet to come across one. And "HWMoniter Ubuntu" in a search engine turns up Kanji based websites that dont really help much (as i cant read kanji)
     
  2. Gintoki

    Gintoki Notebook Prophet

    Reputations:
    2,886
    Messages:
    6,566
    Likes Received:
    0
    Trophy Points:
    205
    Sysinfo is what you're looking for, use add/remove to install it.
     
  3. Kamin_Majere

    Kamin_Majere =][= Ordo Hereticus

    Reputations:
    1,522
    Messages:
    2,680
    Likes Received:
    0
    Trophy Points:
    55
    Ah cool, i also found an Nvidia monitoring tool (basically a different version of Ntune)

    Its pretty useful
    nvidia-settings (in terminal)

    it will give you just about everything for the nvidia cards.

    Is there anything that will monitor HDD temps? At this point that seems to be the only thing i'm lacking.
     
  4. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    I just execute this code in bash when I want to know what my hdd temperature is:

    Code:
    # sudo smartctl -a /dev/sda | grep 'Temperature'
    That's assuming you have smartctl installed. It won't do anything except return device attributes. It's the quick, CLI way of doing it, which is good for me since I often find myself in runlevel 3. :D
     
  5. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    What about processor voltage control?
    I want one.
     
  6. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    For processor frequency/voltage control, you can use cpufreqd. (It's cpufrequtils in Arch.)

    For monitoring, you can use the sensors-applet frontend to lm_sensors. It's a GNOME app, though, so it comes with heavy GNOME dependencies. There should be an analogous kicker applet for KDE.
     
  7. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    Ksensors for KDE
     
  8. Dire NTropy

    Dire NTropy Notebook Deity

    Reputations:
    297
    Messages:
    720
    Likes Received:
    0
    Trophy Points:
    30
    I believe you can also use hdparm
     
  9. szandor

    szandor Notebook Evangelist

    Reputations:
    66
    Messages:
    323
    Likes Received:
    0
    Trophy Points:
    30
    just installed this. pretty nifty. for the nvidia folks, be sure you have nvidia-settings which supplies libnvctrl.
     
  10. Icewalker

    Icewalker Notebook Consultant

    Reputations:
    63
    Messages:
    105
    Likes Received:
    0
    Trophy Points:
    30
    I'm surprised no one mentioned gkrellm yet. Great tool, use it all the time. Many built-in monitors. If you have lmsensors installed, you can also view CPU and HDD temperature, fan speed, and lots of other stuff.