GithubHelp home page GithubHelp logo

niklaszantner / htop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hishamhm/htop

7.0 7.0 2.0 2.11 MB

modified htop with temperature stats by lm_sensors

License: GNU General Public License v2.0

C 91.89% C++ 1.51% Makefile 0.79% Shell 0.01% M4 1.88% Python 0.42% Lua 3.39% Objective-C 0.11%

htop's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

leeadama jkiesele

htop's Issues

UBUNTU 18.04

I have a empty response for Temperature in htop after "config make install", so i figure that sensors in the isa-bus display has negative values and it was the first it display, so i change line 38 of TemperatureMeter from p = popen("sensors", "r"); to p = popen("sensors w83792d-i2c-0-2f", "r");
but it still was empty until i change line 53:
52 // contains this line a core-temperature?
53 entry = strstr(line, "Core "); change for
53 entry = strstr(line, "temp");
and it works.

does a pull request to the original repo exist?

I would like to better understand the development process of this patch, but I am not very good at understanding the github web gui, so please excuse me if I am not seeing the obvious and ask here: does a pull request to the original repo exist? If yes, where is it? I can not find it. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.