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&" : "m=$metricname&"; $graphargs .= "z=$size&c=$cluster_url&h=$host_url" ."&l=$load_color&v=$val[VAL]&x=$max&n=$min" just modify the last line and remove "x=$max&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® 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