[Ganglia-general] get wrong bytes_in and bytes_out number on rhel6 OS

2014-03-19 Thread Yan Xiaofei
Hello I have several node running scientific linux 6 os. They are SL 6.4 and 6.5. Some times it report very high bytes_in and bytes_out number. Here is the data I get from rrd files !-- 2014-03-19 15:49:15 CST / 1395215355 --

Re: [Ganglia-general] get wrong bytes_in and bytes_out number on rhel6 OS

2014-03-19 Thread Jason A. Smith
You can recompile ganglia and add this configure/make flag: CFLAGS=-DREMOVE_BOGUS_SPIKES For more information, see: https://github.com/ganglia/monitor-core/blob/master/libmetrics/linux/metrics.c#L321 Since this appears to be so common, maybe this should be default or at least easier to enable

Re: [Ganglia-general] get wrong bytes_in and bytes_out number on rhel6 OS

2014-03-19 Thread Vladimir Vuksan
I agree. We should just make it default. If someone wants to make a pull request I'll merge it. Vladimir On 03/19/2014 09:44 AM, Jason A. Smith wrote: You can recompile ganglia and add this configure/make flag: CFLAGS=-DREMOVE_BOGUS_SPIKES For more information, see:

[Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread brown wrap
We are trying to install Ganglia 3.6.0 on a RHEL 5 system. If seems no matter what we do we can't find the libconfuse library: Checking for confuse checking for cfg_parse in -lconfuse... no Trying harder including gettext checking for cfg_parse in -lconfuse... no Trying harder including iconv

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread brown wrap
I actually downloaded the latest source for confuse and still had the error, but went back to Ganglia 3.5.0 and that built. Will that client work with a 3.6 version of Ganglia? On Wednesday, March 19, 2014 12:17 PM, Vladimir Vuksan vli...@veus.hr wrote: I have not used RHEL 5 in ages

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread Vladimir Vuksan
It will. Anything above Ganglia 3.1+ will work. On 03/19/2014 03:28 PM, brown wrap wrote: I actually downloaded the latest source for confuse and still had the error, but went back to Ganglia 3.5.0 and that

Re: [Ganglia-general] get wrong bytes_in and bytes_out number on rhel6 OS

2014-03-19 Thread Jason A. Smith
I made a simple pull request to remove the #ifdef: https://github.com/ganglia/monitor-core/pull/148 There is a FIXME comment above the code saying that it should really be done per interface and take into account the link speed. I guess this could be done by either reading

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread brown wrap
OK, we will try configuring it. Thank you. Still don't know why 3.6 can't find libconfuse.   On Wednesday, March 19, 2014 12:43 PM, Vladimir Vuksan vli...@veus.hr wrote: It will. Anything above Ganglia 3.1+ will work. On 03/19/2014 03:28 PM, brown wrap wrote: I actually downloaded the

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread Daniel Pocock
On 19/03/14 20:47, brown wrap wrote: OK, we will try configuring it. Thank you. Still don't know why 3.6 can't find libconfuse. Try manually setting LDFLAGS and CPPFLAGS when you run configure, e.g. ./configure \ CPPFLAGS=-I/opt/confuse-2.6/include \ LDFLAGS=-L/opt/confuse-2.6/lib

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread brown wrap
No, that didn't work either. But like I said, I didn't have to do anything with 3.5.0 on RHEL 5 or 3.6.0 on RHEL 6, just supplied a prefix: ./configure CPPFLAGS=-I/users/ramos/confuse-2.7-installed/include LDFLAGS=-L/users/ramos/confuse-2.7-installed/lib ./configure CPPFLAGS=-I/usr/include

[Ganglia-general] (no subject)

2014-03-19 Thread Maciej Mazur
Hello, My name is Maciej Mazur. I would like to talk about Gsoc possibilities. I'm especially interested in RRDtool data access from data analysis frameworks (Data Science, Statistics) (advanced part). Thanks, Maciej Mazur