ganglia

Section: SDSC (1)
Updated: October 16 2004
Index Return to Main Contents

 

NAME

ganglia - GMon command line client

 

SYNOPSIS

ganglia [-h,--help] [--format=val] [--formatarg=val] [--formatarg=val] [--input=val] [--select=val] [--selectargs=val] [--xml] [metric list]

 

DESCRIPTION

This ganglia client parses the XML output of a GMon daemon and reformats the data in a mode suitable for humans or MDS. The human readable format mimics the behavior of the ganglia client from version 1.0 of ganglia (before they switched to XML). The MDS format is tracking the Globus Glue Schema and should be considered a work in progress.

 

OPTIONS

--format=val

Sets the output format of the client to Default, or MDS. The Default format is ASCII text with one row for each host with a column for each metric. The MDS format is LDIFF and tracks the Globus Glue Schema. Note that Ganglia does not currently implement all the metrics required for the Glue Schema.

--select=val

Selects the hosts and metrics to be reports to Default, or All. The Default selection is to report all only the metrics listed on the command line for all hosts. The All selection reports all metrics for all hosts. The MDS format ignores this option and always reports all relevant metrics for all hosts.

--input=file

Tells the client to read its XML data from a file rather than the local GMon daemon.

-h,--help

Prints a simple help message.

--xml

Dumps the raw XML received from the gmon daemon. The result is the same as if you connected directly to the gmon using telnet.

 

EXAMPLES

$ ganglia load_one cpu_num

Prints the load_one and cpu_num metrics for each host in the cluster.

$ ganglia --help

Prints help message and a list of metrics reported on the clusters.

$ ganglia --format=MDS

Invokes ganglia as an MDS provider.

 

AUTHORS

Rocks Cluster Group

 

REPORTING BUGS

Report bugs to <info@rocksclusters.org>.

 

COPYRIGHT

Copyright © 2000 University of California

 

SEE ALSO

The NPACI Rocks web site and ftp site at http://www.rocksclusters.org and ftp://ftp.rocksclusters.org


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHORS
REPORTING BUGS
COPYRIGHT
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 07:36:42 GMT, October 16, 2004