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
-
#max_15_minute_load ⇒ Numeric
The maximum 15-minute load average.
-
#max_1_minute_load ⇒ Numeric
The maximum 1-minute load average.
-
#max_5_minute_load ⇒ Numeric
The maximum 5-minute load average.
Instance Attribute Details
#max_15_minute_load ⇒ Numeric
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 |
#max_1_minute_load ⇒ Numeric
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 |
#max_5_minute_load ⇒ Numeric
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 |