Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Ganglia 3.1.0 (Monitoring core branch) Post 302220350 by Linux Bot on Thursday 31st of July 2008 12:10:03 PM
Old 07-31-2008
Ganglia 3.1.0 (Monitoring core branch)

ImageGanglia 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. Ganglia is currently in use on over 500 clusters around the world and has scaled to handle clusters with 2000 nodes.License: BSD License (revised)Changes:
A modular metric interface for C and Python (DSO support) and scriptable metric module support with Python. All pre-existing metrics (CPU, network, disk, memory, etc.) were converted to metric modules. New metric modules were introduced: multicpu, multidisk, and tcp_conn status. Modular front-end graph support was added. Metric groups that can be viewed or hidden as desired were implemented. Additional scaling capacity was provided for systems with memory greater than 4TB. Native metric support for Windows was improved (Built with CygWin).Image

More...
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

difference between Dual-core & Core-to-duo

Can anybody tell What is the exact difference between a Dual-core processor and a Core-to-duo processor ?Advance thanks to all my friends. (1 Reply)
Discussion started by: Ajith kumar.G
1 Replies

2. Linux

How to split up hosts in Ganglia?

I have 3 server 'farms': prod, staging, and qa. I have Ganglia setup and gathering stats fine, but I want to separate the 3 server farms using the same Ganglia server. How can I do this? Any input would be appreciated! -KBS (1 Reply)
Discussion started by: kbshaq
1 Replies

3. UNIX and Linux Applications

Ganglia config

Hello all I have a concept anderstanding problem with Ganglia. I have one server ubuntu where I install gmetad and web server + apache and php. Then I have the web interface up and running. I have several nodes to monitor, so I install gmond in each one. The problem I have is to know what IP... (0 Replies)
Discussion started by: ldiaz2106
0 Replies

4. Infrastructure Monitoring

ganglia with one server and one client

HeY till now i configured ganglia3.1.7 on rhel for localhost monitoring traffic evrything was ok but now i want another system in my lan for load moniotring I installed gmond &gmond-python on it biut i face this log error on system 1 Sep 7 16:01:58 HAPROXY1 /usr/sbin/gmond: Can't call... (2 Replies)
Discussion started by: rrwww
2 Replies
PMDANAME(3)						     Library Functions Manual						       PMDANAME(3)

NAME
pmdaName - translate a PMID to a set of dynamic performance metric names C SYNOPSIS
#include <pcp/pmapi.h> #include <pcp/impl.h> #include <pcp/pmda.h> int pmdaName(pmID pmid, char ***nameset, pmdaExt *pmda); cc ... -lpcp_pmda -lpcp DESCRIPTION
As part of the Performance Metrics Domain Agent (PMDA) API (see PMDA(3)), pmdaName is the generic callback for translating a pmid into one or more dynamic metric names (nameset). Because implementing dynamic performance metrics requires specific PMDA support, and the facility is an optional component of a PMDA (most PMDAs do not support dynamic performance metrics), pmdaName is a skeleton implementation that returns PM_ERR_NAME. A PMDA that supports dynamic performance metrics will provide a private callback that replaces pmdaName (by assignment to version.four.name of the pmdaInterface structure) and implements the translation from a pmid to a set of dynamic performance metric names returned via name- set. The behaviour, return values and memory allocation rules for nameset are the same as for pmNameAll(3). DIAGNOSTICS
pmdaName returns PM_ERR_PMID if the name is not recognized or cannot be translated, otherwise the number of metric names found (most com- monly 1). CAVEAT
The PMDA must be using PMDA_PROTOCOL_4 or later, as specified in the call to pmdaDSO(3) or pmdaDaemon(3). SEE ALSO
PMAPI(3), PMDA(3), pmdaDaemon(3), pmdaDSO(3), pmdaMain(3), pmNameAll(3) and pmNameID(3). Performance Co-Pilot PCP PMDANAME(3)
All times are GMT -4. The time now is 10:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy