# /etc/ClusterTools2/cs_show_memory
# For SLES11,12.
#
VM_CONFIG_MEMINFO="
MemTotal:
SwapTotal:
HugePages_Total:
CommitLimit:
VmallocTotal:
Hugepagesize:
"
#
VM_CONFIG_SYSCTL="
vm.dirty_background_bytes
vm.dirty_background_ratio
vm.dirty_bytes
vm.dirty_ratio
vm.pagecache_limit_mb
vm.zone_reclaim_mode
vm.lowmem_reserve_ratio
vm.min_free_kbytes
vm.nr_hugepages
vm.nr_overcommit_hugepages
vm.overcommit_memory
vm.swappiness
kernel.shmmax
kernel.shmall
"
#
VM_UTILISE_MEMINFO="
Buffers:
Cached:
SwapCached:
Active.anon.:
Inactive.anon.:
Active.file.:
Inactive.file.:
Mlocked:
Dirty:
Shmem:
Slab:
SReclaimable:
Committed_AS:
VmallocUsed:
AnonHugePages:
HardwareCorrupted:
"
#
VM_UTILISE_MEMINFO_CALC="
MemFree:
Available:
SwapFree:
HugePages_Free:
"
#
MEMLOG_PATTERN="
Error.DRAM
kernel.*page.allocation.failure
kernel.*segfault.at
Out.of.memory
invoked.oom-killer
pagecache.limit.set
"
#
