The amount of memory, in bytes, that the KMA has available in the pool of large memory applications. In this group, a large memory request is 512 bytes to 4 Kbytes. Module data module_begin module_name KMA_lg_mem module_type generic_data module_exec sar -k | tail...
The number of requests for small amounts of memory that failed. Module data module_begin module_name KMA_sml_fail module_type generic_data module_exec sar -k | tail -1 | awk ‘{print $4}’ module_description The number of requests for small amounts of...
The amount of memory, in bytes, that the KMA has allocated a small memory requests its memory request pool small. Module data module_begin module_name KMA_sml_alloc module_type generic_data module_exec sar -k | tail -1 | awk ‘{print $3}’ ...
The amount of memory, in bytes, that the KMA has available in the pool of small memory requests. In this group, a small memory request is less than 256 bytes. Module data module_begin module_name KMA_sml_mem module_type generic_data module_exec sar -k | tail -1 |...
The module returns the number of instances of the ntpd process that are running. Module data module_begin module_name NTPD Instances module_type generic_data module_exec ps Af | grep ntpd | grep v “grep” | wc l | tr d ” ” | tr d...
The module returns the percentage of CPU used by one process Module data module_begin module_name Process CPU xxx module_type generic_data module_cpuproc xxx module_description % CPU used by process module_end We change xxx by the process to...