NAME
App::ProcTrends::Commandline - The great new App::ProcTrends::Commandline!
VERSION
Version 0.03
SYNOPSIS
use App::ProcTrends::Commandline;
my $ref = {
start => '-1d',
end => 'now'
};
my $obj = App::ProcTrends::Commandline->new( $ref );
my $value = $obj->generate_table_data();
SUBROUTINES/METHODS
new
The constructor.
table_handler
Generates a table from RRD data
print_table
Parses a hashref and prints out on the screen.
list_handler
Return $ref->{ 'cpu', 'rss' } = [ procs ]
print_list
Prints the list (output from list method) on screen
img_handler
Generates png image files using object params, and store them in $self->{ out_dir }
AUTHOR
Satoshi Yagi, <satoshi.yagi at yahoo.com>
BUGS
Please report any bugs or feature requests to bug-app-proctrends-cron at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-ProcTrends-Cron. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc App::ProcTrends::Commandline
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ProcTrends-Cron
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2013 Satoshi Yagi.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.