Class: IControl::ARX::ProcessorStats
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::ProcessorStats
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains processor statistics.
Instance Attribute Summary (collapse)
-
- (Numeric) cpu1min
The processor's load level for the last 1 minute.
-
- (Numeric) cpu5min
The processor's load level for the last 5 minutes.
-
- (Numeric) freemem
The processor's free memory.
-
- (String) module_type
The processor's module type (e.g. ACM, ACM/NSM, ACM/NSM/ASM).
-
- (String) processor
The processor's identifier.
-
- (IControl::ARX::ARXStatusType) status
The processor's status.
-
- (Numeric) totalmem
The processor's total memory.
-
- (Numeric) uptime
The number of seconds since the last reboot.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) cpu1min
The processor's load level for the last 1 minute.
292 293 294 |
# File 'lib/icontrol/arx.rb', line 292 def cpu1min @cpu1min end |
- (Numeric) cpu5min
The processor's load level for the last 5 minutes.
292 293 294 |
# File 'lib/icontrol/arx.rb', line 292 def cpu5min @cpu5min end |
- (Numeric) freemem
The processor's free memory.
292 293 294 |
# File 'lib/icontrol/arx.rb', line 292 def freemem @freemem end |
- (String) module_type
The processor's module type (e.g. ACM, ACM/NSM, ACM/NSM/ASM).
292 293 294 |
# File 'lib/icontrol/arx.rb', line 292 def module_type @module_type end |
- (String) processor
The processor's identifier.
292 293 294 |
# File 'lib/icontrol/arx.rb', line 292 def processor @processor end |
- (IControl::ARX::ARXStatusType) status
The processor's status.
292 293 294 |
# File 'lib/icontrol/arx.rb', line 292 def status @status end |
- (Numeric) totalmem
The processor's total memory.
292 293 294 |
# File 'lib/icontrol/arx.rb', line 292 def totalmem @totalmem end |
- (Numeric) uptime
The number of seconds since the last reboot.
292 293 294 |
# File 'lib/icontrol/arx.rb', line 292 def uptime @uptime end |