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

NAME

IBM::StorageSystem::Statistic::ClusterOpenCloseOperations - Utility class for IBM::StorageSystem cluster open and close operations performance data.

SYNOPSIS

IBM::StorageSystem::Statistic::ClusterOpenCloseOperations is a utility class for IBM::StorageSystem cluster open and close operation operations performance data.

An IBM::StorageSystem::Statistic::CLusterOpenCloseOperations object represents a collection of statistical measurements for file open and close operations across all nodes in the target cluster 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'.

open_operations

The number of file open operations across all nodes in the target cluster for the interval period.

close_operations

The number of file close operations across all nodes in the target cluster for the interval period.

AUTHOR

Luke Poskitt, <ltp at cpan.org>

BUGS

Please report any bugs or feature requests to bug-ibm-v7000-statistic-clusteropencloseoperations at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IBM-StorageSystem-Statistic::ClusterOpenCloseOperations. 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::ClusterOpenCloseOperations

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2012 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.