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

NAME

IBM::StorageSystem::Statistic::Node::CPU - Utility class for IBM::StorageSystem node CPU statistics

SYNOPSIS

IBM::StorageSystem::Statistic::Node::CPU is a utility class for IBM::StorageSystem node CPU statistics.

An IBM::StorageSystem::Statistic::Node::CPU object represents a collection of statistical measurements for CPU activity for 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'.

context_switches

The number of CPU context switches in the interval period.

interrupts

The number of CPU interrupts in the interval period.

avg_idle

The average percentage of CPU time spent idle during the interval period.

avg_system

The average percentage of CPU time spent in kernel space during the interval period.

avg_user

The average percentage of CPU time spent in user space during the interval period.

avg_iowait

The average percentage of CPU time spent waiting on IO during the interval period.

avg_soft_interrupts

The average percentage of CPU time spent handling software interrupts during the interval period.

avg_hard_interrupts

The average percentage of CPU time spent handling hardware interrupts during the interval period.

avg_nice

The average percentage of CPU time spent on low priority processes during the interval period.

AUTHOR

Luke Poskitt, <ltp at cpan.org>

BUGS

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

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.