Class: IControl::System::CPUUsageExtended
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::CPUUsageExtended
- Defined in:
- lib/icontrol/system.rb,
lib/icontrol/system.rb
Overview
A struct that contains extended CPU usage, per CPU, for a host. The extended CPU usage goes beyond the basic material available in CPUUsage. This structure represents the extended CPU usage as a sequence of sequences of statistics. For a host, there is a sequence of statistics per CPU, and the statistics for a CPU are a sequence.
Instance Attribute Summary collapse
-
#host_id ⇒ String
The host id.
-
#statistics ⇒ IControl::Common::StatisticSequenceSequence
The statistics for the host (one sequence for each CPU).
Instance Attribute Details
#host_id ⇒ String
The host id.
117 118 119 |
# File 'lib/icontrol/system.rb', line 117 def host_id @host_id end |
#statistics ⇒ IControl::Common::StatisticSequenceSequence
The statistics for the host (one sequence for each CPU).
117 118 119 |
# File 'lib/icontrol/system.rb', line 117 def statistics @statistics end |