
Ganglia::Gmetric - perl gmetric wrapper


my $gmetric=Ganglia::Gmetric->new({name => 'some name',
value => 'some value',
units => 'm/s',
type => 'int16',
channel => 'channel',
port => 'port',
iface => 'iface',
ttl => 'ttl',
path => '/path/to/gemetric/',
});

perl.

Erik Vrolijk, <fungus@cpan.org>.

Copyright (c) 2008 Erik Vrolijk. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.