NAME
IBM::StorageSystem::Statistic::ClusterClientThroughput - Utility class for IBM::StorageSystem cluster client throughput statistics
SYNOPSIS
IBM::StorageSystem::Statistic::ClusterClientThroughput is a utility class for IBM::StorageSystem cluster client throughput statistics.
An IBM::StorageSystem::Statistic::iClusterClientThroughput object represents a collection of statistical measurements for client throughput acorss all nodes in a cluster during the specified node during a single interval period.
The interval period is defined by the interval parameter passed on invocation to the specific parent class.
METHODS
start_time
The start time of the interval over which the data was collected in the format 'YYYY-MM-DD HH:MM:SS UTC+HH'.
end_time
The end time of the interval over which the data was collected in the format 'YYYY-MM-DD HH:MM:SS UTC+HH'.
bytes_received
The total number of bytes received on all nodes in the cluster in the specified interval.
bytes_sent
The total number of bytes sent from all nodes in the cluster in the specified interval.
AUTHOR
Luke Poskitt, <ltp at cpan.org>
BUGS
Please report any bugs or feature requests to bug-ibm-v7000-statistic-clusterclientthroughput at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IBM-StorageSystem-Statistic::ClusterClientThroughput. 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 IBM::StorageSystem::Statistic::ClusterClientThroughput
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=IBM-StorageSystem-Statistic::ClusterClientThroughput
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/IBM-StorageSystem-Statistic::ClusterClientThroughput
CPAN Ratings
http://cpanratings.perl.org/d/IBM-StorageSystem-Statistic::ClusterClientThroughput
Search CPAN
http://search.cpan.org/dist/IBM-StorageSystem-Statistic::ClusterClientThroughput/
LICENSE AND COPYRIGHT
Copyright 2013 Luke Poskitt.
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.