Giter Site home page Giter Site logo

Comments (2)

avinson avatar avinson commented on July 24, 2024

thanks for posting this.. it's pretty annoying when this happens because it ruins all of your aggregate graphs

from monitor-core.

bkurtz avatar bkurtz commented on July 24, 2024

I was lucky and caught this very shortly after I first installed ganglia on a 32-bit host, so things hadn't been averaged out (in time) too much yet. I cleaned up my RRD files by doing (approximately)

cd /var/lib/ganglia/rrds/CLUSTER/HOST
rrdtool dump bytes_in.rrd > /tmp/bytes_in.xml
sed -E -e 's/e\+1[567]/e+01/' -i /tmp/bytes_in.xml
rrdtool restore -f /tmp/bytes_in.xml bytes_in.rrd

(basically, find any network levels greater than 10^15 and drop them down so the exponent is 1 instead of 15, 16, or 17, i.e. basically set to zero). It won't be 100% accurate, but it's an easy way to do the change, and 100% accuracy doesn't really matter so long as you don't have those 10^17s getting averaged in to your data and messing up the scaling on the graphs.

from monitor-core.

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.