Class: IControl::Management::SNMPConfiguration::LoadAverageInformation

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

Instance Attribute Details

#max_15_minute_loadNumeric

The maximum 15-minute load average.

Returns:

  • (Numeric)

    the current value of max_15_minute_load



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_loadNumeric

The maximum 1-minute load average.

Returns:

  • (Numeric)

    the current value of max_1_minute_load



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_loadNumeric

The maximum 5-minute load average.

Returns:

  • (Numeric)

    the current value of max_5_minute_load



1690
1691
1692
# File 'lib/icontrol/management/snmp_configuration.rb', line 1690

def max_5_minute_load
  @max_5_minute_load
end