[Ganglia-general] negative spikes on the aggregated summary plot

2015-11-23 Thread Cristovao Cordeiro
Hi all, I am seeing a strange behaviour on the aggregated summary plots whereby I see negative spikes that do not appear on any of the underlying clusters. These spikes can be quite frequent (every other pull...) Has anyone seen this before? Thanks Cumprimentos / Best regards, Cristóvão José

[Ganglia-general] monitor nfs mount disk usage

2015-11-23 Thread grace rante thompson
Hi, Is there a way to enable disk usage monitoring of NFS mounts? thanks, -g -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase

Re: [Ganglia-general] gmetad segmentation fault

2015-11-23 Thread Devon H. O'Dell
It's just a system versioning thing for shared libraries. Usually .so is a soft link to .so.0 which is a soft link to .so.0.0.0. This is intended to be an ABI versioning interface, but it's not super frequently used. Are these legitimately different files on your system? The crash is in

Re: [Ganglia-general] negative spikes on the aggregated summary plot

2015-11-23 Thread Jesse Becker
That sounds like it could be a signed/unsigned counter wrapping issue. This happens especially on counter metrics that store large values; network IO metrics are common offenders. There are a few "remove peaks/spikes" scripts floating around that may be of some help. On Mon, Nov 23, 2015 at 4:41