|
NAMEAnyEvent::Graphite - A non-blocking Graphite (http://graphite.wikidot.com/) clientVERSIONVersion 0.08SYNOPSISmy $graphite = AnyEvent::Graphite->new( host => '127.0.0.1', port => '2003', ); $graphite->send("a.b.c.d", $value, $timestamp); #timestamp is optional AUTHORJoshua Barratt, "<josh at mediatemple.net>"COPYRIGHT & LICENSEThis program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |