This script show Swap Out Rate in all Unix systems. Module data module_begin module_name Swap Out Rate module_type generic_data module_exec Pandora_Script_Perf_SwapOutRate_UNIX_v1r1.sh module_end Files:...
Several scripts packaged in a ZIP file to be used as local modules in Linux and Unix hosts, to get several metrics: BlockedIOQueue CPUUsage DiskAvgQueueLength DiskPhysIORate DiskUsagePeak MemUsage NetColPct NetOutQueueLength NetPktRate NFSCallRate PageOutByteRate...
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...