Questions tagged [ganglia]

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.

Ganglia is based on a hierarchical design targeted at federations of clusters. It relies on a multicast-based listen/announce protocol to monitor state within clusters and uses a tree of point-to-point connections amongst representative cluster nodes to federate clusters and aggregate their state. It leverages widely used technologies such as XML for data representation, XDR for compact, portable data transport, and RRDtool for data storage and visualization.

References

153 questions
0
votes
3 answers

How to view graphite graphs on ui?

Earlier I was using Ganglia to monitor a bunch of nodes but now we are moving to Graphite and will be using RRDtool as our storage engine. I have build all graphite related files from source and can start carbon and graphite daemons. But how can I…
user488474
  • 45
  • 7
0
votes
1 answer

Ganglia Web - Hosts Up and Hosts Down Issue

I have set up Ganglia(Ganglia Core 3.6.0 and Ganglia Web 3.5.10) to monitor my cluster. When gmond is restarted in a machine, metrics from all other gmond machines also gets stopped ie I am not able to see metrics getting published from other…
vishnu
  • 451
  • 4
  • 18
0
votes
1 answer

How to use ganglia ui with flume?

I am interested in monitoring my multi-agent apache flume setup. I have enabled the inbuilt ganglia server which provides me the flume metrics through JSON data. Now I am interested in viewing these info in graphs/charts. TO achieve this I am using…
Himanshu
  • 1,373
  • 4
  • 23
  • 35
0
votes
1 answer

clustering gmetad and pull data from other gmetad

I am new to ganglia and trying to play around with clustering of gmetad for my project I have a cluster of around 500 nodes and hence i want to distribute the load of gmetad(aggregator) to multiple nodes and then using a central gmetad /gweb to show…
nmanandhan
  • 186
  • 1
  • 14
0
votes
1 answer

Amazon Elastic Mapreduce : Bootstrap Actions issue?

I learned to create job flows through command line interface. I am using amazon elastic mapreduce cli to create and run job flows. My doubt is that I want to place my source files into the master node from s3 bucket using Bootstrap actions at…
Prabhu
  • 830
  • 10
  • 27
0
votes
1 answer

Amazon Elastic Map Reduce : Command Line Tools installation Issue?

I'm new to Amazon web services, I'm trying to run job flows on Amazon elastic map reduce jobs using command line interface tools. I followed the steps from amazon developer guide of this developer guide from aws.But things are not getting clear to…
0
votes
1 answer

CDH 4.2.0 and Ganglia compatibility

I am using CDH 4.2.0 cluster. In order to monitor the cluster, i am planning to install Ganglia. I found a link which said Ganglia 3.1 is not compatible with hadoop 0.21.0. Can someone guide me, which version of Ganglia is compatible with CDH…
vishnu
  • 451
  • 4
  • 18
0
votes
0 answers

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…
user2004360
  • 199
  • 1
  • 2
  • 7
0
votes
0 answers

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 represented, at least in the Ganglia Web…
Valter Silva
  • 15,646
  • 48
  • 123
  • 210
0
votes
1 answer

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: Became this: So I just stop using Foundation,…
Valter Silva
  • 15,646
  • 48
  • 123
  • 210
0
votes
1 answer

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 any guide which will help me out.
dunantsm
  • 37
  • 7
0
votes
1 answer

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 metric?
Ananda
  • 1,482
  • 6
  • 26
  • 52
0
votes
1 answer

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 hosts in the cluster and "__SummaryInfo__" directory …
SachinJ
  • 8,133
  • 4
  • 38
  • 60
0
votes
1 answer

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 monitoring tools for Hadoop: Ganglia (usually combined…
user1687035
  • 253
  • 1
  • 4
  • 13
0
votes
1 answer

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 MBeans which expose by Hadoop or they do something…
Amit Nagar
  • 231
  • 3
  • 4
  • 14
1 2 3
10
11