NAME

ganglia_ip.pl -- A Ganglia MDS Information Provider in Perl.


DESCRIPTION

ganglia_ip.pl opens a socket to a GMETAD or GMOND (depending on the Port that you specify in the command line). It uses XML::Parse to parse the XML input (from GMETAD or GMOND) and produces Mds or Debug output.


SYNOPSIS

ganglia_ip.pl --host=<hostname> --port=<port> --out=<Debug or mds>


COMMAND LINE OPTIONS

The following command line options are available:

HOST
Specify the Host you will connect to

PORT
Specify the Port you will connect to

OUTPUT
Specify the output format. Currently there are only two choices: debug or MDS


EXAMPLES

Connect to Gmond (the output will be in MDS format)

ganglia_ip.pl --host=blc010.bnl.gov --port=8649 --output=mds

Connect to gmetad (the output will be in MDS format)

ganglia_ip.pl --host=blcsw1.bnl.gov --port=8651 --output=mds


REQUIRES

IO::Socket GetOpt::Long XML::Parser


AUTHOR

Stratos Efstathiadis <stratos@bnl.gov>