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
1
vote
0 answers

Require libpcre.so.0 when install ganglia with yum on RHEL7.3

When I try to install ganglia on RHEL7.3 using yum, it says requires libpcre.so.0()(64bit)errors. I have libpcre.so.1 in the /usr/lib64 file, and I install the old version pcre manually, and put libpcre.so.0 into /usr/lib, /usr/lib64,…
Ziph N
  • 11
  • 1
1
vote
0 answers

How can I install Ganglia in Windows and how can I establish connection from my Java application?

I have integrated Java Metrics in my code and now I need to display the results in Ganglia web interface. I went through the Ganglia page where Windows support is specified but there installer is not provided anywhere to be downloaded…
AnOldSoul
  • 4,017
  • 12
  • 57
  • 118
1
vote
1 answer

Ganglia csv export gives timestamp as 1970-01-01 but not current time

Ganglia csv export gives time stamp as 1970-01-01. But when I view ganglia webfrontend, it shows proper time. I check Ganglia-webfrontend code, it shows that it is getting this value from RRDtool. Any solution to this. Ganglia Web Frontend version…
1
vote
0 answers

can I store rrd files generated by ganglia in diffetent machine

Hi I want to change the value of 'rrd_rootdir' as followw /etc/ganglia/gmetad.conf rrd_rootdir = 'storage machine ip/some/path/' default rrd_rootdir = '/var/lib/ganglia/rrds'
Ravindhar Konka
  • 153
  • 2
  • 13
1
vote
1 answer

Ganglia + Cassandra

I want to monitor the cassandra metrics on Ganglia monitor since Ganglia is already installed in the cluster. I went through the list of gmond python module. I couldn't find any for cassandra. Can somebody help me here Thanks V Sairam
vsairam
  • 197
  • 1
  • 9
1
vote
1 answer

Default Metrics in Ganglia

Can I have the list of default metrics in Ganglia? Example: CPU and memory are two of the default metrics collected by Ganglia. Is there a complete list of all the default metrics supported by Ganglia? I could not get any documentation on the…
phoenix
  • 3,069
  • 3
  • 22
  • 29
1
vote
0 answers

ganglia gmond sent message 'heartbeat' of length 52 with 1 errors

I Create Ganglia Cluster, run is the gmetad service and gomnd service see ganglia web page Find Hosts up: 0 my gomnd.conf globals { daemonize = yes setuid = yes user = xxx debug_level = 10 max_udp_msg_len…
Joker
  • 41
  • 3
  • 10
1
vote
0 answers

python multiprocessing excesive load

I'm using multiprocessing on a cluster, using a single node which has 20 cores. Although I reserve only 10 cpus (-n 1 and -c 10 in Slurm) and the multiprocessing Pool is started with 8 workers, I see in the clusters monitor (Ganglia monitor) that…
BVJ
  • 568
  • 4
  • 18
1
vote
2 answers

Ganglia seeing nodes but not metrics

I have a hadoop cluster with 7 nodes, 1 master and 6 core nodes. Ganglia is setup on each machine, and the web front end correctly shows 7 hosts. But it only shows metrics from the master node (with both gmetad and gmond). The other nodes have the…
Eka
  • 63
  • 2
  • 10
1
vote
0 answers

Get SNMP monitoring metrics to Ganglia

I have a cluster of servers monitored with ganglia and I just added a new application on one of them. The new application uses an SNMP handler to report about its activity. I never used SNMP before and would like to gather most of SNMP metrics that…
Lili_marston
  • 149
  • 1
  • 12
1
vote
1 answer

How to extend ganglia?

After I installed the ganglia, the web UI just show the basic metric information about disk, as follows: But in the ganglia demo website, please see here, it show many metrics about disk iostat, as follows: There is my question: How should I…
gwgyk
  • 460
  • 4
  • 13
1
vote
3 answers

Can't access Ganglia on EC2 Spark cluster

Launching using spark-ec2 script results in: Setting up ganglia RSYNC'ing /etc/ganglia to slaves... <...> Shutting down GANGLIA gmond: [FAILED] Starting GANGLIA gmond: [ OK ]…
Oleg Shirokikh
  • 3,447
  • 4
  • 33
  • 61
1
vote
0 answers

setting up ganglia with opentsdb

Is there a way of using ganglia with opentsdb. Here is what I want all gmonds server sending data to gmetad server and then some program collecting all the metrics from gmetad and then putting that in opentsd ?
pannu
  • 518
  • 7
  • 20
1
vote
1 answer

one node of a cluster does not show up in Ganglia web portal

In Ganglia, I have configured a 2 clusters. cluster A has 2 nodes, cluster B has 13 nodes respectively. cluster B works well, while cluster A only has 1 node shown. The other node has exactly the same gmond.conf file, which is shown below: globals {…
Guocheng
  • 543
  • 3
  • 15
1
vote
2 answers

Monitering Hadoop multi node cluster by Ganglia

I want to monitor Hadoop (Hadoop version-0.20.2) multi node cluster using ganglia. My Hadoop is working properly.I have installed Ganglia after reading following…
Novice
  • 155
  • 3
  • 14