[Ganglia-developers] Wildcard Configuration

2008-08-26 Thread Rich Paul
I did a hack to allow a single config file to work across all of my hosts, even though I needed mod_multicpu and had different numbers of processors on different machines. The hack I did was as follows: When gmond found a metric name which contained one or more (#) pound signs, I converted the

[Ganglia-developers] Unicast metadata bug?

2008-08-21 Thread Rich Paul
I'm currently deploying ganglia 3.1.0. I noticed that there were problems with nodes appearing in the gmond xml feed with no metrics, or with fewer metrics than they should have. My network config is as follows: udp_send_channel { host = borgdev20 port = 8650 } udp_recv_channel {

[Ganglia-developers] Suggestion and Questions

2008-04-23 Thread Rich Paul
I wanted to make a suggestion, that the metrics functions be changed to g_val_t (*fn)(time_t) so that the time system call could be made once and passed to each of the metric functions. System calls tend to be a bit expensive. Also, I was considering adding linux metrics for bytes

Re: [Ganglia-developers] Historical Data

2008-04-17 Thread Rich Paul
Witham, Timothy D wrote: Please have a look at this patch, perhaps it'll help with your endeavor: http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=176 It does look interesting. I really like that patch too. :-) On Wed, Apr 16, 2008 at 2:01 PM, Rich Paul [EMAIL PROTECTED

[Ganglia-developers] Historical Data

2008-04-16 Thread Rich Paul
I've been hacking on ganglia, to add the ability to access highly granular historical data. This consists of a new php page, which shows a graph for 1 attribute on 1 host at the time of your choice, a script which runs as a cronjob in order to copy data from /var/lib/ganglia/rrds/**/*.rrd to