Main > Programming > Libraries >

Log::Log4perl::Appender::RRDs 1.06

Log::Log4perl::Appender::RRDs 1.06

Sponsored Links

Log::Log4perl::Appender::RRDs 1.06 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.21 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1152
Date added: 2006-08-30
Publisher: Mike Schilli

Log::Log4perl::Appender::RRDs 1.06 description

Log::Log4perl::Appender::RRDs is a log to a RRDtool Archive.

SYNOPSIS

use Log::Log4perl qw(get_logger);
use RRDs;

my $DB = "myrrddb.dat";

RRDs::create(
$DB, "--step=1",
"DS:myvalue:GAUGE:2:U:U",
"RRA:MAX:0.5:1:120");

print time(), "n";

Log::Log4perl->init(qq{
log4perl.category = INFO, RRDapp
log4perl.appender.RRDapp = Log::Log4perl::Appender::RRDs
log4perl.appender.RRDapp.dbname = $DB
log4perl.appender.RRDapp.layout = Log::Log4perl::Layout::PatternLayout
log4perl.appender.RRDapp.layout.ConversionPattern = N:%m
});

my $logger = get_logger();

for(10, 15, 20, 25) {
$logger->info($_);
sleep 1;
}

Log::Log4perl::Appender::RRDs appenders facilitate writing data to RRDtool round-robin archives via Log4perl. For documentation on RRD and its Perl interface RRDs (which comes with the distribution), check out http://rrdtool.org.

Messages sent to Log4perls RRDs appender are expected to be numerical values (ints or floats), which then are used to run a rrdtool update command on an existing round-robin database. The name of this database needs to be set in the appenders dbname configuration parameter.

If theres more parameters you wish to pass to the update method, use the rrdupd_params configuration parameter:

log4perl.appender.RRDapp.rrdupd_params = --template=in:out

To read out the round robin database later on, use rrdtool fetch or rrdtool graph for graphic displays.

Log::Log4perl::Appender::RRDs 1.06 Screenshot

Advertisements

Log::Log4perl::Appender::RRDs 1.06 Keywords

Bookmark Log::Log4perl::Appender::RRDs 1.06

Hyperlink code:
Link for forum:

Log::Log4perl::Appender::RRDs 1.06 Copyright

WareSeeker periodically updates pricing and software information of Log::Log4perl::Appender::RRDs 1.06 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Log::Log4perl::Appender::RRDs 1.06 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Log::Log4perl is a Log4j implementation for Perl. Free Download
NagiosAppender is a pure Java implementation of a Log4j appender. Free Download
Log::Log4perl::DateFormat is a Log4perl advanced date formatter helper class. Free Download
Log::Log4perl::FAQ is a Perl module that contains Frequently Asked Questions (FAQ) on Log::Log4perl. Free Download
Log::Log4perl::JavaMap is a Perl module that maps java log4j appenders to Log::Dispatch classes. Free Download
Log::Log4perl::AutoCategorize - extended Log::Log4perl logging. Free Download
Log::Log4perl::Layout::PatternLayout Perl module contains a pattern layout. Free Download
Log::Log4perl::Layout::XMLLayout is an XML Layout. Free Download