Free memory
Returns fre physical memory on a Windows server using WMI Module data SELECT FreePhysicalMemory FROM Win32_OperatingSystem Field 0Used space on Solaris
The module returns the percentage of free physical memory. The module syntax will be the following: Module data module_begin module_name Physical Free Memory module_type generic_data module_freepercentmemory module_description Porcentaje Memoria física libre ...Free swap on Linux
Returns in percentage the free space of swap memory. Module data module_begin module_name Free swap module_type generic_data module_exec free m | grep Swap | awk '{print (($4 / $2)*100)}' module_description Percentage Mem Swap Free ...Physical mem. Free on LInux
This module returns the percentage of free space of the physical memory. Module data module_begin module_name Physical mem. free module_type generic_data module_freepercentmemory module_description Percentage Mem Free Phys ...
Page 1 of 11