High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_KERNEL_MEMORY_LIMIT
Chapter 4694
the maximum amount used since this verb,rather than
the maximum amount used since the system was
started (or since the
max_used
value was last reset).
Possible values are:
AP_YES
Reset the
max_used
value to match the current
memory allocation.
AP_NO
Do not reset the
max_used
value.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
secondary_rc
Not used.
limit
The maximum amount of kernel memory, in bytes, that
SNAplus2 is permitted to use at any time. If a
SNAplus2 component attempts to allocate kernel
memory that would take the total amount of memory
currently allocated to SNAplus2 components above this
limit, the allocation attempt will fail. A value of zero
indicates no limit.
actual
The amount of kernel memory, in bytes, currently
allocated to SNAplus2 components.
max_used
The maximum amount of kernel memory, in bytes, that
has been allocated to SNAplus2 components at any
time since the
max_used
parameter was last reset (as
described for
reset_max_used
above), or since the
SNAplus2 software was started.