Difference between revisions of "Ganglia"

From air
Jump to navigation Jump to search
 
Line 7: Line 7:
 
=Install on Mac OS X=
 
=Install on Mac OS X=
 
* http://fanguangle.blogspot.fr/2012/09/ganglia-setup-on-mac-osx.html
 
* http://fanguangle.blogspot.fr/2012/09/ganglia-setup-on-mac-osx.html
  +
* http://yutianxb.com/install-ganglia-monitoring-system-from-scratch/

Latest revision as of 21:06, 4 October 2014

http://ganglia.sourceforge.net/

'Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. It is based on a hierarchical design targeted at federations of clusters. It leverages widely used technologies such as XML for data representation, XDR for compact, portable data transport, and RRDtool for data storage and visualization. It uses carefully engineered data structures and algorithms to achieve very low per-node overheads and high concurrency. The implementation is robust, has been ported to an extensive set of operating systems and processor architectures, and is currently in use on thousands of clusters around the world. It has been used to link clusters across university campuses and around the world and can scale to handle clusters with 2000 nodes.'

Book: Massie, Bernard Li, Brad Nicholes, Vladimir Vuksan, Robert Alexander, Jeff Buchbinder, Frederiko Costa, Alex Dean, Dave Josephsen, Peter Phaal, Daniel Pocock, Monitoring with Ganglia, Tracking Dynamic Host and Application Metrics at Scale, O'Reilly Media, November 2012

Install on Mac OS X