Giter Site home page Giter Site logo

CPU Usage about grafana-dashboards HOT 4 CLOSED

schachr avatar schachr commented on July 20, 2024
CPU Usage

from grafana-dashboards.

Comments (4)

schachr avatar schachr commented on July 20, 2024

Hello!

Sorry for my late answer!
I've tested it with VMs (Virtualbox) and a physical device but can not reproduce it.

Can you please provide some information to me:

  • Have you aligned the update interval of netdata with graphite's storage schema?
  • Are all other graphs working as expected?
  • Provide details about your monitored device
  • Remove value (100) of Y-Max (to see if it is ever increasing)

Thank you for your help to make it more reliable!

from grafana-dashboards.

8la avatar 8la commented on July 20, 2024

Hi!

Update interval vs storage-schema

On /etc/netdata/netdata.conf:

[backend]
        enabled = yes
        data source = as collected
        type = graphite
        destination = tcp:127.0.0.1:2003
        prefix = netdata
        hostname = 8la_es
        update every = 60
        buffer on failures = 10
        timeout ms = 20000

On /opt/graphite/conf/storage-schema.conf:

[default]
PATTERN = .*
RETENTIONS = 60s:1d,5m:365d

Other graphs

The graphs doesn't work as expected. There seems to be some missconfiguration with the unit or the values coming from netdata. May be the dashboard does not work with data source = as collectedand needs average or sum ?

There you have some examples:

imagen

My /dev/vda is 29G and look at the disk graph:
imagen

imagen

Monitored device

Digital Ocean Droplet

Removing de 100 limit on Y:

imagen

Let me know if you need more info

from grafana-dashboards.

schachr avatar schachr commented on July 20, 2024

I think you assumption is correct.
Please test

    data source = average

for the [backend] section on the netdata side.

Additionally I've set

    send names instead of ids = yes

although I do not know what the default for this setting is as it is not explained in the documentation ( link )

So for reference here is my block:

[backend]
    enabled = yes
    type = graphite
    data source = average
    destination = 10.47.5.221
    prefix = netdata
    update every = 10
    buffer on failures = 100
    timeout ms = 20000
    send names instead of ids = yes
    send charts matching = *

Looking forward for your results.

from grafana-dashboards.

8la avatar 8la commented on July 20, 2024

Changing to average the data source param on [backend] did the trick!

The only thing is that if i have peak values on that 60s interval... average will cut those values... but at least i have readable data now!

imagen

Thanks a lot!

from grafana-dashboards.

Related Issues (3)

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.