GithubHelp home page GithubHelp logo

apache_accesses x-axis value about munin HOT 3 CLOSED

zenonp avatar zenonp commented on August 18, 2024
apache_accesses x-axis value

from munin.

Comments (3)

niclan avatar niclan commented on August 18, 2024 1

m for milli accesses/second. milli means 1/1000th.

It's only confusing if you forgot about scaling units such as kilo, Mega, Giga and milli.

from munin.

zenonp avatar zenonp commented on August 18, 2024

So you're saying that the graph multiplies the value by 1000 and then expects the user to mentally divide it by 1000, instead of simply plotting the real number without any of this completely unnecessary complication. The (printed) scale in this case could have been from 0.1 to 0.8 with the graph oscillating around 0.35.

The only valid technical reason I can think of for not doing that, would be that the graphs can only handle integers. But that is not the case, as clearly illustrated below.

users-day

from munin.

zenonp avatar zenonp commented on August 18, 2024

For documentation, a "graph_scale no" solves it:

--- apache_status.orig  2024-03-26 00:17:41.519391219 +0000
+++ apache_status       2024-03-25 17:30:35.606742602 +0000
@@ -169,7 +169,8 @@
 
 multigraph apache_accesses
 graph_title Apache accesses
-graph_args --base 1000 -l 0
+graph_args --base 1000 --lower-limit 0
+graph_scale no
 graph_vlabel accesses / \${graph_period}
 graph_category webserver
 END

This is probably also a good candidate for --logarithmic.

apache_accesses-day

from munin.

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.