On Thu, Feb 25, 2010 at 2:53 PM, Konrad,  Karl-Heinz <kkon...@wai.com> wrote:

> What I am refering to is how to have each node on the initial summary page 
> have its left hand side scale be indepedent of each other.  If you look at 
> the screen shot that I sent you, for this example, I want the 0-20 scale to 
> be indepedent for each node, and scale automatically.  I would just like to 
> see the documentation as to how such changes may be made.

Well the scaling is in place so that when you look at your cluster as
a whole, you can see how each host is doing relative to each other.

Anyway, to accomplish what you wanted, just look at cluster_view.php,
towards the end you should see code like the following:

               {
                  $load_color = load_color($host_load[$host]);
                  $size = isset($clustergraphsize) ? $clustergraphsize
: 'small';
                  $graphargs = (isset($reports[$metricname]) and
                                $reports[$metricname]) ?
                        "g=$metricname&amp;" : "m=$metricname&amp;";
                  $graphargs .= "z=$size&amp;c=$cluster_url&amp;h=$host_url"
                     ."&amp;l=$load_color&amp;v=$val[VAL]&amp;x=$max&amp;n=$min"

just modify the last line and remove "x=$max&amp;n=$min" and scaling
should be turned off.

If you could provide a good reason and other users support it, I don't
see why we couldn't add a button in the frontend to enable this
feature.

Cheers,

Bernard

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to