Class: IControl::System::GlobalCPUUsageExtendedInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::GlobalCPUUsageExtendedInformation
- Defined in:
- lib/icontrol/system.rb,
lib/icontrol/system.rb
Overview
A struct that contains the global CPU usage information. This is one set of combined (“rolled up”) statistics for all hosts.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::Common::StatisticSequence
The global CPU usage statistics.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::Common::StatisticSequence
The global CPU usage statistics.
197 198 199 |
# File 'lib/icontrol/system.rb', line 197 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
197 198 199 |
# File 'lib/icontrol/system.rb', line 197 def time_stamp @time_stamp end |