[Ganglia-developers] gmond sFlow receiver accept cpu_steal, cpu_guest, cpu_guest_nice from hsflowd on Linux

2014-12-05 Thread Neil McKee
I submitted a pull-request to add the ability for gmond to accept the cpu_steal,cpu_guest,cpu_guest_nice counters that are now included when hsflowd sends host-cpu counters from a Linux host. The pull request is here: https://github.com/ganglia/monitor-core/pull/171 The new hsflowd feature is cur

[Ganglia-developers] VM, Java, HTTP and Memcached metrics via sFlow

2011-12-23 Thread Neil Mckee
Hello All, I checked changes into the trunk to update the sFlow module to accept VM, JavaVM, HTTP and Memcache metrics. The metrics are all collated under the physical host, using a metric-name-prefix to separate multiple instances (a departure from the way we did it before). In the case of

Re: [Ganglia-developers] Regarding string metrics

2011-03-12 Thread Neil McKee
could use "sflowtool -H" to turn the transaction samples into common log file format and feed them into any web-log-analysis tool for the various top-N charts. Neil Mckee On Mar 12, 2011, at 1:34 PM, Archana N wrote: > Hi, > > Thank you so much. This looks really intere

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-03-04 Thread Neil McKee
Bernard, On Mar 4, 2011, at 3:30 PM, Bernard Li wrote: > Hi Neil: > > On Fri, Mar 4, 2011 at 1:35 PM, Neil McKee wrote: > >> OK, I added some commented-out lines to lib/default_conf.h.in, and checked >> in the changes in that directory. Should be OK now(?) >

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-03-04 Thread Neil McKee
OK, I added some commented-out lines to lib/default_conf.h.in, and checked in the changes in that directory. Should be OK now(?) Thanks for catching my mistake. Neil On Mar 4, 2011, at 12:40 PM, Bernard Li wrote: > Hi Neil: > > On Fri, Mar 4, 2011 at 11:25 AM, Neil McKee wrote

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-03-04 Thread Neil McKee
eil On Feb 24, 2011, at 4:17 PM, Neil McKee wrote: > > On Feb 24, 2011, at 3:07 PM, Bernard Li wrote: > >> Hi Neil: >> >> I finally had a chance to test out the patch. Didn't run into any >> major issue on my end, so +1 from me. >> >> On Thu

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-24 Thread Neil McKee
On Feb 24, 2011, at 3:07 PM, Bernard Li wrote: > Hi Neil: > > I finally had a chance to test out the patch. Didn't run into any > major issue on my end, so +1 from me. > > On Thu, Feb 17, 2011 at 2:22 PM, Neil McKee wrote: > >> There are three metrics

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-22 Thread Neil McKee
ngs up now. Neil On Feb 22, 2011, at 10:13 PM, Bernard Li wrote: > Hi Neil: > > On Mon, Feb 21, 2011 at 3:09 PM, Neil McKee wrote: > >> Here is essentially the same patch, but this time with a small bugfix to >> remove a few lines that were only there for testing. >

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-21 Thread Neil McKee
Here is essentially the same patch, but this time with a small bugfix to remove a few lines that were only there for testing. ganglia_sflow_20110221.patch.gz Description: GNU Zip compressed data On Feb 17, 2011, at 2:22 PM, Neil McKee wrote: > Attached is a patch (against trunk rev 2

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-14 Thread Neil McKee
ws cluster names assigned to them. Was this the intention? If so, I like > it. > Yes. Exactly. Neil > Regards, > Nick > > -Original Message- > From: ext Neil McKee [mailto:neil.mc...@inmon.com] > Sent: Saturday, February 12, 2011 7:56 AM > To: ganglia-deve

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-11 Thread Neil McKee
ds, Neil sflow_20110211.patch Description: Binary data On Feb 11, 2011, at 2:26 PM, Neil McKee wrote: > It might be helpful to have commit privileges for minor bugfixes, yes. > Although I wouldn't use it for bigger changes that require consensus. > > I'm working o

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-11 Thread Neil McKee
anyways, I've fixed it > manually and checked it in: > > https://sourceforge.net/apps/trac/ganglia/changeset/2473 > > Do you want commit rights to our SVN repo so that you could fix this > yourself in the future? :) > > Thanks, > > Bernard > > On Thu

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-10 Thread Neil McKee
5:21 PM, Bernard Li wrote: >> Hi Neil: >> >> On Thu, Feb 10, 2011 at 5:05 PM, Neil McKee wrote: >> >>> That's odd, the CPU and MEM charts are working OK for me. It's just the >>> load-avg that is missing (which causes the host to be marked "d

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-10 Thread Neil McKee
Li wrote: > Hi Neil: > > On Thu, Feb 10, 2011 at 5:05 PM, Neil McKee wrote: > >> That's odd, the CPU and MEM charts are working OK for me. It's just the >> load-avg that is missing (which causes the host to be marked "down"). > > You'll

Re: [Ganglia-developers] hsflowd for Windows + Ganglia webfrontend

2011-02-10 Thread Neil McKee
That's odd, the CPU and MEM charts are working OK for me. It's just the load-avg that is missing (which causes the host to be marked "down"). For troubleshooting, if you intercept the sFlow feed with sflowtool (http://www.inmon.com/technology/sflowTools.php) then you can see what the numbers

Re: [Ganglia-developers] sFlow counters in Ganglia

2010-10-18 Thread Neil McKee
It sounds like you are on the right track, but here is a little hsflowd troubleshooting checklist... On the source (box running hsflowd): (1). Any error messages in /var/log/messages? (2). Check /etc/hsflowd.conf, is the collector set, or is DNSSD=on? (3). If using DNSSD, is the "search" s

Re: [Ganglia-developers] sFlow counters in Ganglia

2010-10-11 Thread Neil McKee
As suggested, I moved the sFlow receiver into a new file "sflow.c" and eliminated any C99 assumptions. This time there is a "--disable-sflow" configure option too: http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=276 In order for sflow.c to feed data directly into the repository

Re: [Ganglia-developers] sFlow counters in Ganglia

2010-09-15 Thread Neil McKee
Bernard, I posted a patch to bugzilla that adds sFlow support to gmond. We tested it with trunk revision 2339, against sFlow received from the reference implementation at http://host-sflow.sourceforge.net. http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=276 The host-sflow daemo