Class: IControl::System::GlobalCPUUsageExtendedInformation

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#statisticsIControl::Common::StatisticSequence

The global CPU usage statistics.

Returns:



197
198
199
# File 'lib/icontrol/system.rb', line 197

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



197
198
199
# File 'lib/icontrol/system.rb', line 197

def time_stamp
  @time_stamp
end