Giter Site home page Giter Site logo

Comments (4)

mdbarrett99 avatar mdbarrett99 commented on May 31, 2024

Hi,

Further to my note above, I wonder if its a more generic problem than just ex4300 per se.

I went and had a closer look at the MX chart and when fully zoomed out you can see the graph is around 50mbps. Now if I zoom that peak of transfer (downloading a ubuntu image from a mirror), you see when its zoomed its gone to 6Mbps. The attached document show this.

GuageIssue.docx

The transfer details are shown below, which is around 50mbps.
-------snip

Saving to: โ€˜ubuntu-15.10-desktop-amd64.iso.2โ€™

100%[====================================>] 1,178,386,432 5.97MB/s in 3m 24s

from open-nti.

mpergament avatar mpergament commented on May 31, 2024

I think it is a query problem for BPS graph. Could you please change it to:
SELECT derivative("value", 1s) FROM "jnpr.analyticsd" WHERE ("type" = 'traffic-stats.rxbps' OR "type" = 'traffic-stats.txbps' )AND "device" =~ /$host_regex$/ AND $timeFilter GROUP BY "device", "interface", "type" fill(null)

And:
SELECT derivative("value", 1s)*8 FROM "jnpr.jvision" WHERE ("type" = 'egress_stats.if_octets' OR "type" = 'ingress_stats.if_octets') AND "device" =~ /$host_regex$/ AND $timeFilter GROUP BY "device", "interface", "type"

from open-nti.

dgarros avatar dgarros commented on May 31, 2024

Michael

Mark took a snapshot of his database recently (attached)
We should be able to reproduce that ourselves now

We used this procedure to do the backup, the link also explains how to do restore
https://docs.influxdata.com/influxdb/v0.10/administration/backup_and_restore/

I've been trying to look at it but hard to find time these days :( if you have the opportunity to look at it, it will be great
Thanks
Damien

marc_db_20160331.db.save.tar.gz

from open-nti.

mpergament avatar mpergament commented on May 31, 2024

Fixed Grafana zooming issue with JTI.

from open-nti.

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.