Is there a roadmap for Ganglia 3.1? When is it expected to be released as stable?
--- James T. Richardson, Jr. [EMAIL PROTECTED] eXcellence in IS Solutions, Inc. 713-862-9200 x226 Making IT Work for You HPC & Enterprise IT Solutions * HPC Application Acceleration * Cluster Design, Deploy, Manage, Train * Linux/Windows Integration * Remote Management, Backup, Anti-Spam/Virus * Network Assessments, Design * Security Audits, Design * Datacenter Design, Relocation * Messaging and Collaboration -----Original Message----- From: Brad Nicholes [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 9:16 AM To: [email protected]; James Richardson Subject: Re: [Ganglia-general] Per disk metrics >>> On 10/26/2007 at 8:03 AM, in message <[EMAIL PROTECTED]>, "James Richardson" <[EMAIL PROTECTED]> wrote: > Is it possible to have gmond report per disk metics? For example, some > of my gmond running nodes have 2 disks and I'd like to know disk usage > (free/used/total) for the specific disks rather than a total. > Depends on which version of Ganglia you are talking about. A per disk metrics module has already been developed and added to Ganglia 3.1.x (which is the version that is currently under development). This module has been implemented as a python plugin and is called multidisk.py. You can find it here http://ganglia.svn.sourceforge.net/viewvc/ganglia/trunk/monitor-core/gmo nd/python_modules/disk/ . The module will discover all of the individual hard drives attached to the machine and then dynamically create a metric for each one. This allows you to track either specific drives or all drives. Brad NOTICE: This message may contain privileged or otherwise confidential information. If you are not the intended recipient, please immediately advise the sender by reply email and delete the message and any attachments without using, copying or disclosing the contents. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

