The amount of memory allocated for large memory applications, which are applications than 4 Kbytes. These requests are fulfilled by the page allocator. Therefore, there is no cluster. Module data module_begin module_name KMA_ovsz_alloc module_type generic_data ...
The number of failed requests for large amounts of memory. Module data module_begin module_name KMA_lg_fail module_type generic_data module_exec sar -k | tail -1 | awk ‘{print $7}’ module_description The number of failed requests for large amounts of...
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 average time (in milliseconds) for I/O requests issued to the device to be Module data module_begin module_name Block_dev_await module_type generic_data module_exec sar -d | grep devX | tail -1 | awk ‘{print $8}’ (Average) module_exec sar -d 1 1 |...
The average queue length of the requests that were issued to the device. Module data module_begin module_name Block_dev_avgqu-sz module_type generic_data module_exec sar -d | grep devX | tail -1 | awk ‘{print $7}’ (Average) module_exec sar -d 1 1 |...