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

Wrong Total Processes in Ganglia

I have ganglia 3.6.0 installed in Ubuntu 14.04(trusty) but the number of total processes is greater than when I run ps -efa | wc -l, for example ganglia total processes metric show me 500 total process now, but in terminal I only see 170 total…
DeepY0X
  • 1
  • 1
0
votes
0 answers

Setting up Ganglia on spark running on EC2

I am trying to set up ganglia on ec2 servers, but can't seem to recevie info from any other host than my master. The master meterics are showing fine, but I have 4 more nodes that aren't listed in the web interface. My question is - could it be that…
Yaron Idan
  • 6,207
  • 5
  • 44
  • 66
0
votes
1 answer

How to get Ganglia metrics from Java code

Statement I have a cluster with an installed Ganglia monitoring service. Now I want to create a simple frontend visualisation tool which can take metrics data from Ganglia backend and graph this data. This visualisation tool is written in Java and…
maxteneff
  • 1,523
  • 12
  • 28
0
votes
2 answers

Unable to view ganglia web in browser

I can run gmond, gmetad and httpd without errors. When I run gstat -an I get CLUSTER INFORMATION Name: cluster Hosts: 1 Gexec Hosts: 0 Dead Hosts: 0 Localtime: Fri Sep 18 12:18:06 2015 CLUSTER HOSTS…
jimakos17
  • 905
  • 4
  • 14
  • 33
0
votes
1 answer

Text-based ganglia visualization

The web based ganglia dashboard is nice. But I'm looking for a simpler dashboard that I can run on text-only terminal. I'm mainly just interested of load of each cluster node. Before writing my own script, does this already exist?
hanno
  • 6,401
  • 8
  • 48
  • 80
0
votes
1 answer

JMXtrans not creating rrd's of kafka metrics for ganglia

I am trying to monitor a kafka broker using jmxtrans and ganglia. However with the below json, no rrd's being created. { "servers": [ { "port": "9999", "host": "localhost", "queries": [ { …
user2714361
  • 141
  • 1
  • 4
0
votes
0 answers

Monitoring file system iops with ganglia

I am trying to monitor a linux system using Ganglia. Is it possible to graphs IOPs on the volumes ? I read about the diskstat and I think it mostly monitors the disks. My volumes are mostly logical volumes spanning across disks. Regards,
0
votes
1 answer

Ingesting ganglia packets with logstash

I have ganglia set up on a cluster of servers, all of which have gmond, one of which has gmetad, and one which has log stash and elasticsearch. I’d like to use Logstash’s ganglia input plugin to collect data directly from the monitoring daemons, but…
Asteeler
  • 1
  • 2
0
votes
1 answer

issue monitoring hadoop response

I am using ganglia to monitor Hadoop. gmond and gmetad are running fine. When I telnet on gmond port (8649) and when I telnet gmetad on its xml answer port, I get no hadoop data. How can it be ? cluster { name = "my cluster" owner = "Master" …
epsilones
  • 11,279
  • 21
  • 61
  • 85
0
votes
1 answer

Ganglia gmetad failover

I want to know if it possible to have gmetad in a failover/replica scenario. My problem is the following: I have 100 nodes that they speak to each other with multicast and they sync their gmond info. I have a separate machine that is running the…
Anastasios Andronidis
  • 6,310
  • 4
  • 30
  • 53
0
votes
1 answer

installing downloaded in puppetmaster on nodes

I am new to Puppet. I have downloaded a ganglia repo on my puppet master. How to install this repo on all the nodes? Master: ubuntu 14.04 Agent: 12.04 I want to make the puppetmaster server the server for required packages. So that packages can be…
Bidyut
  • 933
  • 1
  • 14
  • 30
0
votes
0 answers

Parsing and presenting Data from Ganglia

I have just started using ganglia. I am getting data from the clients on the ganglia frontend and Graphs too. But the data I am getting is raw. it is appearing like key value on the frontend. Is there any tool with which I can parse it and present…
0
votes
1 answer

Monitoring Hadoop-metrics2 with Ganglia

I have ganglia-3.6 installed and wants to monitor all the hadoop-metrics using it. I have followed the instructions from here: http://www.abcn.net/2014/05/install-and-config-ganglia-on-cdh5.html but not able to see any graphs related to…
ramesh.mimit
  • 9,445
  • 4
  • 21
  • 23
0
votes
1 answer

My ganglia is not working on cluster so i want to monitor jobs using torque

ganglia is not working on cluster so I want to monitor jobs using torque. Can I monitor all jobs through torque even which are not submitted through torque?
0
votes
1 answer

Intergrating Nagios + Ganglia: UNKNOWN Hostname info not available. Likely invalid hostname

I'm trying to integrate Nagios and Ganglia using methods described here. While using the Ganglia Web Nagios script, check_heartbeat, in command line: sh /var/www/html/ganglia/nagios/check_heartbeat.sh host=node-name threshold=50 Output: OK Last…
Anju
  • 631
  • 2
  • 9
  • 25