Giter Club home page Giter Club logo

ganglia-misc's People

Contributors

carenas avatar jbuchbinder avatar jgoulah avatar koebi001 avatar pjjw avatar vvuksan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ganglia-misc's Issues

'Show Hosts Scaled' option suffers from classic UI checkbox/association bug

The option to change how the individual host metrics are scaled in the cluster view falls prey to a classic UI bug - checkboxes in between option descriptions make it unclear which checkbox is associated with which option.

Show Hosts Scaled: Auto [ ] Same [ ] None [ ] | Cluster Name

You are forced to track back to the beginning or end of the list in order to determine whether the checkbox belongs on the right or left side of the option, then go back to the option you want. It's worse with more options:

foo [ ] bar [ ] baz [ ] qux [ ] fie [ ] fum [ ] fo [ ]

When you look at just the middle part ( [ ] baz [ ] qux [ ] fie [ ] ) it is unclear which option to choose.

I recommend changing it away from radio buttons and use normal links instead, boldfacing the currently selected option.

Show Hosts Scaled: Auto Same None | Cluster name

Cluster graph with 0 columns uses incorrect scale for summary graphs

When 0 columns is chosen in the cluster view, the host detail section has one host per row, with the first column being the chosen metric and the 4 columns to the right showing the 4 summary graphs.

When Scale: is set to 'same' (the default), the 4 summary graphs are scaled the same as the chosen metric. This is always incorrect, as graphs like the cpu summary should always be scaled to 100%, etc.

Example: http://ganglia3-tip.wikimedia.org/?r=20min&cs=&ce=&m=bytes_out&s=by+name&c=API+application+servers+pmtpa&h=&host_regex=&max_graphs=0&tab=m&vn=&sh=1&z=large&hc=0

Note that when 'Scale: Auto' is set, the summary graphs appear appropriately.

proposal - expand json for graph generation with fudge

Hi Vladimir,

I got my hands dirty today to understand what happens with the new and awesome way to define graphs with json.
What I am missing is the possibility to add fudge to them - the aim is to have equal high graphs in the cluster and host overview with medium sized graphs.

{
  "report_name" : "load_report",
  "report_type" : "standard",
  "title" : "Load",
  ...,
  "fudge" : "100" <-- additional hight in pixels
}

if you would change

https://github.com/vvuksan/ganglia-misc/blob/master/ganglia-web/functions.php#L905
to something like that

  if( $graph_config['fudge'] ) {
    $rrdtool_graph['height'] += ($size == 'medium') ? $graph_config['fudge'] : 0;
  } else {
    $rrdtool_graph['height'] += ($size == 'medium') ? 28 : 0;
    if( $conf['graphreport_stats'] ) {
      $rrdtool_graph['height'] += ($size == 'medium') ? 52 : 0;
    }
  }

all would work for me.

Tag 2.1.7

The Ganglia blog says 2.1.7 is out, but I don't see it tagged here. Is it 02eb3d8?

Reestablish decompose graph link

In addition to the "inspect" graph link, it would be useful to reinstate the "decompose" view (allowing individual metrics to be viewed as individual graphs). For large numbers of composite metrics, the inspect view is less useful than the decompose view.

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.