GithubHelp home page GithubHelp logo

Comments (4)

lethargosapatheia avatar lethargosapatheia commented on August 15, 2024 2

@candlerb As I don't have a medium account, I'd like to thank you here :) Really helped me out especially in regards to r_await and w_await - I was using them wrongly without the "completed" metrics. The io depth explanation was also very insightful.

from grafana-dashboards.

candlerb avatar candlerb commented on August 15, 2024

This might be a bit tricky to do as I'm on a newer version of grafana (7.3.7) than the one in the repo (6.7.3) - and the export includes quite a lot of differences due to Grafana adding new fields.

Anyway, I've put my version up temporarily at https://psg.com/~brian/ne1860-1611854721829.json

The main changes I made were:

  • set the axis labels and units for queue size and time spent doing I/O
  • fix the disk read/write time queries to match what iostat does to generate r_await and w_await: e.g. irate(node_disk_read_time_seconds_total{instance="$node",job="$job"}[5m]) / irate(node_disk_reads_completed_total{instance="$node",job="$job"}[5m])
  • change to SI units on summary "I/O Usage Read / Write" graph to be consistent with "Disk R/W Data"
  • add descriptions to all the detail graphs based on the iostat(1) manpage

Adding average request size graphs (rareq-sz and wareq-sz) might be useful too, but I didn't do that.

from grafana-dashboards.

rfrail3 avatar rfrail3 commented on August 15, 2024

Brian, excellent article, in depth and concise research, it was a pleasure to see all that information in one place, congratulations.

I just upload an update revision of the dashboard with Grafana 7.3.7.

Please, feel free to send a PR with the updates that you consider opportune, it'll be wellcome.

from grafana-dashboards.

rfrail3 avatar rfrail3 commented on August 15, 2024

Brian, It's difficult to get a clear diff with the changes between your version and the current one. On commit a154f92 I upload the ones that I found, I think that these are all and it's all done.

from grafana-dashboards.

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.