FreeBSD Manual Pages
AnyEvent::Graphite(3) User Contributed Perl DocumentationAnyEvent::Graphite(3) NAME AnyEvent::Graphite - A non-blocking Graphite (http://graphite.wikidot.com/) client VERSION Version 0.08 SYNOPSIS my $graphite = AnyEvent::Graphite->new( host => '127.0.0.1', port => '2003', ); $graphite->send("a.b.c.d", $value, $timestamp); #timestamp is optional AUTHOR Joshua Barratt, "<josh at mediatemple.net>" COPYRIGHT & LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.0 2011-04-05 AnyEvent::Graphite(3)
NAME | VERSION | SYNOPSIS | AUTHOR | COPYRIGHT & LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=AnyEvent::Graphite&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>