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 web frontend isn't working properly in debian lenny

I installed Ganglia gmetad in a Debian Lenny box. But I learned that there is no package installation support for its webfrontend package. So I manually copied some PHP files from elsewhere. The interface is working except graph generation. I tried…
kee
  • 10,969
  • 24
  • 107
  • 168
0
votes
1 answer

Is it possible to set up a ganglia cluster with a single node?

I'm trying to look over some software that normally takes 100+ nodes that uses ganglia to assign and monitor jobs. I don't have a hundred nodes and DNS is not working at home. Is it possible for me to set up ganglia with just the one node?
shigeta
  • 1,791
  • 3
  • 19
  • 32
-1
votes
2 answers

Python module for ganglia - precision number being rounded by gmond

I've written a python module for ganglia that is returning response times. The raw times look like this: 0.0120489597321 I parse this with my python module and return the time as such: return int(response_time) If I run the script with python, it…
user571658
  • 81
  • 1
  • 5
1 2 3
10
11