Class: IControl::Management::SNMPConfiguration::LoadAverageInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::LoadAverageInformation
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
Used to check the load average of the machine and returns an error flag (1), and a text-string error message to queries of EXTENSIBLEDOTMIB.LOADAVEMIBNUM.1.ERRORFLAG and EXTENSIBLEDOTMIB.LOADAVEMIBNUM.1.ERRORMSG respectively when the 1-minute, 5-minute, or 15-minute averages exceed the associated maximum values.
Instance Attribute Summary (collapse)
-
- (Numeric) max_15_minute_load
The maximum 15-minute load average.
-
- (Numeric) max_1_minute_load
The maximum 1-minute load average.
-
- (Numeric) max_5_minute_load
The maximum 5-minute load average.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) max_15_minute_load
The maximum 15-minute load average.
1690 1691 1692 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1690 def max_15_minute_load @max_15_minute_load end |
- (Numeric) max_1_minute_load
The maximum 1-minute load average.
1690 1691 1692 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1690 def max_1_minute_load @max_1_minute_load end |
- (Numeric) max_5_minute_load
The maximum 5-minute load average.
1690 1691 1692 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1690 def max_5_minute_load @max_5_minute_load end |