GithubHelp home page GithubHelp logo

Comments (6)

wiedehopf avatar wiedehopf commented on August 19, 2024

I'll do it for the temperature.

Memory is logged in an useless way anyway, so you don't really gain anything from numbers for that.

CPU i might do an average but no min or max because doing that properly requires 20 lines and i don't really see the use.

from graphs1090.

wiedehopf avatar wiedehopf commented on August 19, 2024

Have a look, it's pushed out.

from graphs1090.

wiedehopf avatar wiedehopf commented on August 19, 2024

To elaborate on the memory: The portion marked as "cached" is comprised of files cached in memory, that cache can be reclaimed really fast and isn't indicative of how much memory is available.
Cached files also includes tmpfs ramdisks which can not be easily reclaimed.
So the way collectd logs memory is flawed anyway, numbers won't really tell you anything.
An "overall" memory usage as depicted here is meaningless because there is more free memory that you can see 99% of cases.

from graphs1090.

tstolze avatar tstolze commented on August 19, 2024

Awesome and thank you!
Working on my system. :)

from graphs1090.

wiedehopf avatar wiedehopf commented on August 19, 2024

I'm changing the way memory is logged right now so the graph is actually useful.
I'll orient the graph on the htop memory display: https://stackoverflow.com/questions/41224738/how-to-calculate-system-memory-usage-from-proc-meminfo-like-htop

The memory graph will be wiped clean until new data is collected.
Still working on it though.
I'll probably include a current value as well and maybe a minimum of how much memory was available at peak usage.

from graphs1090.

wiedehopf avatar wiedehopf commented on August 19, 2024

Check back, the memory graph now has some numbers below it.

And much improved.

from graphs1090.

Related Issues (20)

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.