Giter Club home page Giter Club logo

Comments (5)

bogd avatar bogd commented on August 11, 2024

As far as I know, Synology will only report disk I/O as bytes read/written from/to each disk. The script already pulls this info as part of diskTable - you just need to create the corresponding graphs (calculating the Bps as non_negative_derivative, similarly to interface traffic).

Converting this to IOPS is another problem, because it also depends on the block sized used for the I/O. The formula is:
IOPS = (MBps Throughput / KB per IO) * 1024

Assuming a (fairly typical) block size of 4KB, this works out to:
IOPS = (MBps Throughput / 4) * 1024

from synology_dashboard_grafana.

ybizeul avatar ybizeul commented on August 11, 2024

I was wondering myself and managed to do it. There is a storageIOTable that’s available through SNMP but for some reason has not been included here

Here is what I added in telegraf config :

  #Syno DiskIO
  [[inputs.snmp.table]]
    oid = "SYNOLOGY-STORAGEIO-MIB::storageIOTable"
    [[inputs.snmp.table.field]]
      is_tag = true
    oid = "SYNOLOGY-STORAGEIO-MIB::storageIODevice"

This is disk load but disk read/write IOPS and throughput is available as well

img_0067

I’ll do a pull request when I get a chance, DashBoard should be spelled Dashboard also

from synology_dashboard_grafana.

ybizeul avatar ybizeul commented on August 11, 2024

So here it is with the full IOPS/disk%/load, etc... very instructive I was able to fix a performance issue I had for a while.

image

from synology_dashboard_grafana.

gcorgnet avatar gcorgnet commented on August 11, 2024

Great stuff, would you mind sharing what your queries look like?
I have the data into Influx but get confused about how to query it between IOPS/disk% and load..
Thanks!

from synology_dashboard_grafana.

ybizeul avatar ybizeul commented on August 11, 2024

https://grafana.com/grafana/dashboards/9961

from synology_dashboard_grafana.

Related Issues (6)

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.