[Ganglia-general] Ganglia 3.6 on OSX 10.9 issue

2014-02-11 Thread Jim Greene
Hi All, Getting back into ganglia after some time off the grid (and new job), and having some issues with ganglia 3.6 compiling on OSX. I have macports installed, and have libconfuse installed via macports. My configure is as follows: ./configure LDFLAGS=-L/opt/local/lib -L/usr/X11R6/lib

Re: [Ganglia-general] Ganglia 3.6 on OSX 10.9 issue

2014-02-11 Thread Jim Greene
Just as an update to this. I have noticed that libmetrics/darwin/metrics.c does not contain a function for cpu_steal, which would explain why it can't be found, or so I assume. From: jim.green...@hotmail.com To: ganglia-general@lists.sourceforge.net Date: Tue, 11 Feb 2014 05:14:45 -0800

Re: [Ganglia-general] Ganglia 3.6 on OSX 10.9 issue

2014-02-11 Thread Vladimir Vuksan
I was suspecting that. Can you try this diff --git a/libmetrics/darwin/metrics.c b/libmetrics/darwin/metrics.c index 2259d84..7d285a0 100644 --- a/libmetrics/darwin/metrics.c +++ b/libmetrics/darwin/metrics.c @@ -446,6 +446,17 @@ cpu_intr_func

Re: [Ganglia-general] Ganglia 3.6 on OSX 10.9 issue

2014-02-11 Thread Jim Greene
Thanks Vladimir, that did the trick. Now I have another issue though. It looks like gmond is eating an entire core at 99% cpu. Being the first time I have ran this on OSX, I am not sure if this is normal, but I wouldn't think so. Jim Date: Tue, 11 Feb 2014 11:27:01 -0500 From: vli...@veus.hr

Re: [Ganglia-general] Ganglia 3.6 on OSX 10.9 issue

2014-02-11 Thread Vladimir Vuksan
What does your mute/deaf config look like as well as udp/tcp channels config. On 02/11/2014 12:41 PM, Jim Greene wrote: Thanks Vladimir, that did the trick. Now I have another issue though. It looks like gmond is eating an entire