The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Worker::Helpers::Graphs - generate logging graphs

SYNOPSIS

  use Maplat::Helpers::Logging::Graphs;
  

DESCRIPTION

This module provides the actual graph generating ability of Maplat::Logging. Currently, the only way to generate graphs is through adding a correctly designed table and using Maplat::Worker::Logging::Graphs to call this module.

It's planned that the Version 1.0 release will feature a (slightly) better interface that lets you add graph generation for other stuff too while still using the same webinterface (e.g. a plugin or hook-infrastructure).

registerPlugin

Internal function, register a rendering plugin, interface is likely to change

simpleGraph

Internal function, generate a graph with simplified call arguments, also supports registered plugins, interface is likely to change

calcGraph

Internal function, generates data for the graphs and calls genGraph to render them, API may change.

defaultImage

Internal function, generates a default image, API may change.

genGraph

Internal function, generates the graphs by using GD, API may change.

parseCTime

Internal function, API may change.

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.