[Ganglia-general] tuning ganglia

2013-10-15 Thread Rita
I am monitoring 300 servers with a single gmetad. I noticed there is significant amount of i/o wait (10%) on the server. I noticed the wait getting higher after I installed more python plugins on the clients. So the graphs went from 4GB to 27GB. I was wondering if there is any tuning I can do so

[Ganglia-general] gmetric question

2013-10-16 Thread Rita
I want to implement a gmetric. To implement one, do I need to create a virtual host or something else? I am taking a look at this for example, https://github.com/ganglia/gmetric/blob/master/hpc/pbs_jobs/pbs_jobs.sh But, what graph will this go under? There is no specification just a command.

[Ganglia-general] rrdtool absolute values

2013-10-20 Thread Rita
Is it possible for rrdtool in ganglia to show absolute values instead of human readable? Instead of showing 2k can I see 2000? -- --- Get your facts first, then you can distort them as you please.-- -- October

[Ganglia-general] gmetric counter

2013-10-22 Thread Rita
I am measuring a metric which is a counter. What is the best way to use gmetric for it? -- --- Get your facts first, then you can distort them as you please.-- -- October Webinars: Code for Performance Free Intel

[Ganglia-general] customizing the rrd graphs

2014-02-02 Thread Rita
hi, I would like to customize the rrd graphs that appear on the web. for instance, I would like to add a watermark to all the graphs. what is the best way to do this? -- --- Get your facts first, then you can distort them as you please.--

[Ganglia-general] graphing many metrics

2014-02-05 Thread Rita
Hi All, I created a view which I am aggregating several hundred hosts and its working out great! The problem I have is with the graph colors. Its rotatating, blue, red, yellow, green, gold, cyan, blue, red, yellow So its hard to distinguish what is what. Is it possible to set a grading for

Re: [Ganglia-general] Sort order for heat map?

2014-02-05 Thread Rita
agreed. The current random makes no sense really. Having the ability to sort would be great. Would also be better if I can zoom and hover over the heat map and have a popup to show what I am looking at also :p On Thu, Jan 9, 2014 at 8:01 AM, Peter Piela peter.pi...@terascala.comwrote:

[Ganglia-general] heatmaps

2014-04-11 Thread Rita
Hello, By far the coolest feature is heatmaps in ganglia-web! How can I create a img src to the heat map? it seems its a SVG so I would like to show it on another page. -- --- Get your facts first, then you can distort them as you please.--

Re: [Ganglia-general] error building in FreeBSD like system: don't know how to make all

2014-04-11 Thread Rita
what patch did you apply? did you get it to work on OneFS? On Thu, Jan 9, 2014 at 6:46 AM, Arnau Bria listsar...@gmail.com wrote: On Tue, 7 Jan 2014 12:22:32 + Nicholas Satterly wrote: Hi, Hi! Did you run ./bootstrap and ./configure before you tried make all-recursive? Nope...

[Ganglia-general] splitting rrds on different hosts

2014-10-11 Thread Rita
At the moment all of my rrds are going to the host which hosts the gmetad. Is it possible to split the gmetads to different hosts so rrds will be distributed? I am asking this because I am monitoring 400 hosts and having I/O disk wait problems. I would like to split the load. Any thoughts? --