Ganglia is a scalable distributed system monitor tool for high-performance computing systems such as clusters and grids. It allows the user to remotely view live or historical statistics (such as CPU load averages or network utilization) for all machines that are being monitored.

learn more… | top users | synonyms

0
votes
0answers
10 views

enable JMX in embedded jetty

I want to enable JMX in jetty 9 for collecting statistics. According to the documentation I have to do this as follows Server _server = new Server(); // Setup JMX MBeanContainer mbContainer=new ...
0
votes
0answers
19 views

Just started working on Ganglia

I have started working on Ganglia tool, now going through the documentation part. I wanted to know whether there is any coding work need to be done if we started working on Ganglia? If there is a ...
0
votes
1answer
27 views

Graph showing 1K instead of GB's about Disk's in Ganglia/RRDTool

I'm using Ganglia and RRDTool to show charts in a web page. Everything is fine, but for some machines the graphs about DISK are with some kind of bug. Here is how they look in some machines (both ...
0
votes
0answers
48 views

What means and how show chart information in Ganglia/RRD Tool?

I'm using Ganglia, which use RRDTool as database, to get chart about my servers, but after installing, setting the things up, I notice that there's a bit of confusion in the way that the data are ...
0
votes
0answers
24 views

Publishing mterics to ganglia using gmetric4j

I'm considering using gmetric4j to publish metrics to ganglia. So far the only documented way I found for doing this is to use it's GSampler class to make a Metric data polling Runnable that runs at ...
0
votes
0answers
60 views

Ganglia gmond file /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory

I'm trying to run Ganglia within my private cluster, but when I try to launch it, it doesn't work. This is a virtual machine running on top of XenServer. When I run "/etc/rc.d/init.d/gmond start" , ...
0
votes
1answer
63 views

How apply new CSS in an project that already has?

I'm working in a project which already uses a stylesheet, but I would like to improve the website using Foundation. I tried to put the new stylesheet in the project but something that was like this: ...
0
votes
1answer
50 views

How set RRD to store for 2 years?

I'm monitoring more than 300 servers, for that I'm using Ganglia. Which use RRD as database to collect and store data related the resources of each server. I would like to have a history about 2 years ...
0
votes
0answers
22 views

How to get data from ganglia's database

I want use ganglia's data to analyze our cluster, But I don't know where is the ganglia's database. Anyone had do this before?
0
votes
0answers
69 views

Ganglia-web ERROR: Could not make sense out of 'aggregated'

i just installed ganglia-web on centos gmond and gmetad are working right but the ganglia-web isnot graphing !! I got in the err_log of the apache ERROR: Could not make sense out of 'aggregated' i'm ...
0
votes
1answer
122 views

installing ganglia on ubuntu

I am running a 7 node cluster with Apache Hadoop 1.0.4. I am using it for language translation and looking out for a proper guide to install ganglia on all the cluster node. Please let me know about ...
0
votes
1answer
73 views

Hadoop Metric in Ganglia dfs.namenode.fileinfoops. what does it signify?

I am running a 3 Node Hadoop cluster and monitoring it using Ganglia, I am able to see all hadoop metric in Ganglia web portal. I couldn't understand what it means by dfs.namenode.fileinfoops ...
0
votes
1answer
107 views

How do I change RRDTool graphs?

I'm starting to use Ganglia, which uses rrdtool which are great tools! I would like to change the way of charts, graphs are generated, 'cause I would like to generate charts with HighCharts. RRDTool ...
0
votes
0answers
35 views

tcp_listen() on xml_port failed: Address already in use?

I am trying to get hadoop metric into gangalia. I followed this tutorial http://architects.dzone.com/articles/how-tweak-ganglia-using-hadoop Everything is working fine but hadoop metric is not ...
1
vote
2answers
85 views

Graphite - Multi archives level retrieval issue

I've configured my files with the following retentions settings: retentions = 10s:7d,1m:30d,5m:1y And this indeed works, however my problem is that the web-app decides to get the data from the ...
1
vote
1answer
51 views

What does the ganglia directory __SummaryInfo__ contain?

Ganglia writes cluster matrices in rrd file and keeps under the location "/var/lib/ganglia/rrds/ClusterName/" (in default configuration). In the above location there are directories for different ...
3
votes
2answers
185 views

Convert .rrd file to json in python

Is there any python module available for converting the .rrd file to json format ?
0
votes
2answers
329 views

How to see jvm metrics report in ganglia web

I need to see jvm metrics on ganglia report, I've set up jmxetric on a node and see jvm metrics when using simple 'telnet localhost 8649'. I have ganglia-web with gmond/gmetad running on another ...
1
vote
1answer
129 views

Ganglia - security when polling metrics over TCP (xml format) from nodes

Context: I am a student and I am trying to prepare a proof of concept for quick network-monitoring. our imaginary context is that we have multiple clusters which are on different subnets. I have ...
0
votes
2answers
247 views

Is there a api for ganglia?

Hello I would like to enquire if there is an API that can be used to retrieve Ganglia stats for all clients from a single ganglia server?
2
votes
1answer
1k views

Nagios vs Ganglia

Maybe a strange and green question, however Is there anything that Nagios or Ganglia can do that the other can't? In terms of monitoring, alerts in general. I'm looking for a general solution for ...
0
votes
1answer
141 views

How do I exclude a monitoring server from ganglia reports?

I'm running ganglia in EC2 and reporting works well. I'm running gmetad to monitor a database cluster from an admin reporting instance that is a centralized dashboard for all our systems. I don't want ...
0
votes
2answers
289 views

Ganglia - RRD(round robin database) scalability

I've just come across RRD lately by trying out ganglia monitoring system. Ganglia stores the monitoring data in RRD. I am just wondering that, from scalability perspective, how RRD works ? What if I ...
-1
votes
1answer
184 views

Ganglia or X-trace for Hadoop monitoring

I tried to capture the disk I/O and network I/O of hadoop tasks(mapper and reducer), namely, instant bandwidth, accumulated traffic, source address and destination address. I found two popular ...
0
votes
0answers
54 views

Measure individual node performance for a Hadoop Job

Say the full job takes 5 minutes in a four node cluster of which Node A shared 2 minutes and B, C and D have been working for 1 minute on the job. I think about doing this to gain a better ...
1
vote
0answers
51 views

out of the box ganglia setup to monitoring yammer-metrics

I don't know anything about ganglia and I would like to know if a setup already exists to monitor yammer-metrics from the servlet Thanks
0
votes
1answer
308 views

How gmond get the Hadoop Metrics in Ganglia?

I am exploring Hadoop monitoring with ganglia. It use gmond and gmetad demon which use for monitoring. I would like to know that how gmond get the monitoring metrics from Hadoop ? does they use ...
0
votes
1answer
108 views

ganglia web frontend isn't working properly in debian lenny

I installed Ganglia gmetad in a Debian Lenny box. But I learned that there is no package installation support for its webfrontend package. So I manually copied some PHP files from elsewhere. The ...
0
votes
2answers
137 views

How to set up alerts on Ganglia?

How can I set up Ganglia so that I get an email if a machine in the cluster is using, for example, greater than 95% of physical RAM?
0
votes
5answers
612 views

remote node monitoring recommendations

I am looking for a solution to monitor several (atleast 50) remote nodes. These remote nodes are behind a firewall and hence i cannot poll from a central server for information. the connection needs ...
5
votes
1answer
475 views

custom Ganglia cluster graphs - how to show average metric value, rather than total metric value

How do you show mean values in custom graphs, rather than total values? Previously I've had success generating cluster summary graphs by creating custom .php files, as described here: ...
3
votes
2answers
816 views

Sending Data from ganglia to graphite

I am currently collecting monitoring metrics with Ganglia and I would like to show graphs with that data with Graphite. I know such an integration is possible, and I found an article describing how it ...
0
votes
1answer
99 views

Is it possible to set up a ganglia cluster with a single node?

I'm trying to look over some software that normally takes 100+ nodes that uses ganglia to assign and monitor jobs. I don't have a hundred nodes and DNS is not working at home. Is it possible for me ...
1
vote
1answer
664 views

How to use cloudera management (ui) console to edit hadoop-metrics.properties?

I am trying to monitor Hbase using Ganglia. How to use cloudera management console to edit dfs.server property in the hadoop-metrics.properties? According to ...
1
vote
2answers
573 views

Ganglia and Amazon Elastic Map Reduce - install issues

Following the instructions for "Initializing Ganglia on a Job Flow" I get my cluster up but don't see any Ganglia process running (on 8157). ...
1
vote
1answer
295 views

Ganglia fails communicate between meta and monitored nodes

We've been advised to try Ganglia as a monitoring tool for our cluster. The installation was pretty smooth but I have a problem with connectivity between gmond and gmetad. Meta node is able to see(on ...
-1
votes
2answers
150 views

Python module for ganglia - precision number being rounded by gmond

I've written a python module for ganglia that is returning response times. The raw times look like this: 0.0120489597321 I parse this with my python module and return the time as such: return ...
0
votes
2answers
525 views

Ganglia Metric Value Decay To Zero

I am sending metrics to Ganglia using Gmetric once every 5 minutes. But if the cron task that is sending the metrics is not working, I would expect the metric value on the Ganglia graph to go to zero, ...