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
1 answer

Ganglia installations fails in centos7 (rrd_create in -lrrd... no)

When i try to install ganglia in centos7, I am getting following error Configuring libmetrics ... checking for pthread_create in -lpthread... yes checking for pthread_create in -lpthreads... no checking rrd.h usability... yes checking rrd.h…
mohan
  • 1,340
  • 3
  • 15
  • 27
0
votes
1 answer

What's the meaning of "cpu_intr" and "cpu_sintr" in ganglia

Where can I see these metrics of explanation? cpu_ctxt, cpu_intr, cpu_sintr, cpu_aidle, cpu_steal
Zephyr Guo
  • 1,083
  • 1
  • 8
  • 14
0
votes
1 answer

ganglia: the graph in ganglia remians unchanged after I stop hadoop datanode

I use ganglia to monitor hadoop. I choose the metric "dfs.datanode.HeartbeatsAvgTime" to judge whether the datanode(I mean datanode service, not the host.) is down or not. When the datanode is working fine, the "dfs.datanode.HeartbeatsAvgTime" is…
Doone
  • 81
  • 6
0
votes
0 answers

Sybase ASE monitoring tool of choice

I have inherited an Sybase ASE 16 database server and my initial task consist on deploy some Key Performance Indicators to monitor the RDBMS instance performance. I have 3 tools available in the company: Cacti Nagios Ganglia And I'd like to have…
dnaranjor
  • 31
  • 7
0
votes
1 answer

Ganglia - gmetad - process is getting terminated by SIGSEGV

I have started seeing this issue in the last couple of days. Ganglia gemtad process gets terminated within 5 min of its start with SIGSEGV (segfault) This was stable since last few months..so not sure what changed. Version - gmetad 3.7.1 I don't…
Rishi
  • 5,869
  • 7
  • 34
  • 45
0
votes
1 answer

How to find the CPU consummed last day on Hadoop without Ambari

I would like to know how to find the CPU consumed last day on my Hadoop cluster without Ambari, because I will need to use a Shell script. I have ganglia up and running, I can see the graph for the CPU last day on Ambari. If ganglia can give you…
Selverine
  • 3
  • 2
0
votes
1 answer

Why were Nagios and Ganglia in Ambari 1.7 replaced with Ambari Metrics in Ambari 2.0

I am fairly new to ambari and am wondering why Nagios and Ganglia in version 1.7 of ambari were replaced with "ambari metrics" in ambari 2.0+ ? In terms of: 1- performance 2- features 3- and services was there any clear advantage ? Thanks
Angel
  • 543
  • 5
  • 13
0
votes
1 answer

How to Track response time by nginx-sflow-module

I have installed ganglia and Host sflowd to track a number of performance indicators on my web servers. I'm using nginx-sflow-module to enable Http performance reports from servers. However I could not find any metric that indicates response time…
stardiv
  • 43
  • 1
  • 8
0
votes
0 answers

Spark Streaming: Increase in Network Activity & CPU load on Driver

My Spark Streaming application has a cycle of 5 minutes. Since past 2 months, there is recurrent pattern seen on the Driver Node. Presenting below snapshot of the performance metrics as seen from ganglia. The same behavior is seen in past weeks too.…
Mohitt
  • 2,957
  • 3
  • 29
  • 52
0
votes
1 answer

ganglia generated too much rrd files & cannot automatic deleted

I'm using ganglia 3.7.2 for monitoring hadoop(2.6.0-cdh5.4.0) cluster(7 servers), And I enabled metrics2 on hadoop & hbase; I installed gmetad on one server, and gmond on the other servers with yum ; At the beginning , the monitor runs very well,…
mark_lost
  • 1
  • 3
0
votes
0 answers

I cannot open the description of jobs on spark webui

I am new to Spark. When I trying to install ganglia on my cluster, I find there is something wrong with spark webui. As the above image shows, the format of Spark webui looks strange and I cannot open the hyperlink of description of jobs! I googled…
Mark Lin
  • 55
  • 4
0
votes
0 answers

How to monitor nginix using ganglia

I have installed Ganglia 3.7.2 on RHEL 6.6 server. I have setup cluster to monitor db server its working fine. But now i want setup monitoring for nginx server. Please let me know if any one monitoring nginx server with ganglia. I have added below…
pratik
  • 1
  • 2
0
votes
1 answer

Dropwizard doesn't report metrics to ganglia

I am trying to monitor my dropwizard web service using ganglia. I ran gmond and gmetad on my local machine. And I was able to see basic metrics(eg.cpu,memory usage) on ganglia-web. I also added ganglia reporter in my service according to this. But…
Ton
  • 1
  • 1
0
votes
1 answer

Ganglia data isn't stored as expected

I am trying to setup ganglia in order to set up monitoring for spark on our cluster. So far I have installed gmond&gmetad on my master server, and gmond on one of my slaves. My problem is that I can only see one node on my ganglia web frontend. I…
Yaron Idan
  • 6,207
  • 5
  • 44
  • 66
0
votes
1 answer

UNKNOWN Check Multiple Metrics

My ganglia-services.cfg define command { command_name check_ganglia_multiple_metrics command_line /bin/sh /var/www/html/ganglia2/nagios/check_multiple_metrics.sh host=$HOSTADDRESS$ checks='$ARG1$' } define service { service_description …
jimakos17
  • 905
  • 4
  • 14
  • 33