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:No nodes were viewed in ganglia web (centOS7)

I installed ganglia server and client at the same machine. But no nodes can view in the web when it finished. No matter google or baidu,no resolution about this problem appeared.I need help. So this is my gmetad.conf: [root@tools etc]# egrep -v…
Alair
  • 11
  • 3
0
votes
1 answer

How to change the storage path from rrdtool on the Ganglia?

How to change the storage path from rrdtool on the Ganglia? For example: I have a default configuration in my file gmetad.conf, but I want to change to other storage. how to alter this path? Where gmetad stores its round-robin databases default:…
Haschid
  • 27
  • 1
  • 5
0
votes
1 answer

Understanding second argument in the function "xdrmem_create"

I was debugging ganglia and came through sending data using XDR through UDP channel. I found the second argument of the function xdrmem_create ( xdrs, addr, size, op) strange. Where the syntax of the arguments are given as: XDR *xdrs; char…
Rohit
  • 604
  • 1
  • 10
  • 25
0
votes
2 answers

Ganglia No matching metrics detected

We are getting error as "No matching metrics detected". cluster level metrics are visible. ganglia core 3.6.0 ganglia web 3.5.12 Please help to resolve this issue. Regards, Jayendra
sjayendra
  • 91
  • 3
  • 9
0
votes
1 answer

JMX-SflowAgent stops collecting JVM metrics from aspectj instrumented WebSphere Application Server

Project: I use Sflow + Ganglia to monitor JVM metrics of Websphere Application Server (WAS). WAS is instrumented using AspectJ aspects. I have added an aspect to measure all application method runtimes. I use Hsflowd as a JVM metrics collector.…
Vimlesh Yadav
  • 109
  • 1
  • 14
0
votes
1 answer

Ganglia Network monitoring Calculate values out of rrd files

Im searching for some documentary but i couldnt really find anything and im really confused about the network monitoring in Ganglia. So i want to know how much network traffic my hosts have. If i use the webinterface im seeing this graph : That is…
Hannes
  • 442
  • 1
  • 6
  • 23
0
votes
1 answer

Monitoring WebSphere JVM Metrics through Ganglia

I am new to this forum and also to Ganglia - We are trying to capture JVM metrics through Ganglia - I have followed the steps through this link - https://github.com/ganglia/jmxetric High Level - Installation Unzip the archive Add the following to…
0
votes
1 answer

ganglia and host sFlow custom metrics

25.6 and Ganglia 3.6. I want to extract some metrics from a program and send them with host sFlow. I've enabled the json ports in the hsflow configuration file but I don't know how to send the metrics to the host sFLow and also how to collect them…
0
votes
2 answers

Is it possible to measure the openstack load with ganglia monitoring system?

I am trying to figure out if it is possible to measure load on openstack say for ex CPU usage measurement on slave/child openstack VMs with Ganglia monitoring system? I could not find any proper answers for this. Here I am using separate servers for…
Prasad
  • 59
  • 1
  • 7
0
votes
2 answers

monitoring hadoop cluster with ganglia

I'm new to hadoop and trying to monitor the working of a multi node cluster using ganglia, The setup of gmond is done on all nodes and ganglia monitor only on the master.However,there are hadoop metrics graphs only for the master node and just…
user93
  • 155
  • 1
  • 1
  • 9
0
votes
2 answers

can't find ganglia.conf after configure conmand

I want to use ganglia to watch over my hbase group, but after I ran this conmand: "./configure --with-gmetad --enable-gexec --with-libconfuse=/usr/local/confuse --with-libexpat=/usr/local/expat --prefix=/usr/local/ganglia --sysconfdir=/etc/ganglia"…
Demonedge
  • 1,363
  • 4
  • 18
  • 33
0
votes
1 answer

ganglia, No module named MySQLdb

I currently add some metrics to ganglia python plugin which monitor MySQL status. It has been working for a long time. after modifying the mysql.py, I restart gmond, and log shows [PYTHON] Can't import the metric module [mysql]. I run gmond -m and…
enzoyang
  • 847
  • 4
  • 13
  • 25
0
votes
1 answer

Ganglia spoof doesn't work when sending data to gmond

I am using ganglia 3.6.0 for monitoring. I have an application that collect, aggregate some metrics for all hosts in the cluster. Then it sends them to gmond. The application runs on host1. The problem here is, when setting spoof = false, ganglia…
DeepNightTwo
  • 4,809
  • 8
  • 46
  • 60
0
votes
1 answer

Logstash ganglia input plugin - udp listener died

I am using Logstash ganglia input plugin. Ganglia gmond daemon and logstash are installed on same machine. Gmond send metrics to itself. Here is the gmond configuration. udp_send_channel { host = 10.0.3.167 port = 8649 ttl = 1 } Logstash…
Salih Kardan
  • 579
  • 1
  • 6
  • 16
0
votes
0 answers

Fetch data subset from gmond

This is in the context of a small data-center setup where the number of servers to be monitored are only in double-digits and may grow only slowly to few hundreds (if at all). I am a ganglia newbie and have just completed setting up a small ganglia…
Bharadwaj
  • 1,361
  • 1
  • 9
  • 24