]> granicus.if.org Git - procps-ng/commit
free: support for MemAvailable
authorJaromir Capik <jcapik@redhat.com>
Fri, 11 Jul 2014 20:34:06 +0000 (22:34 +0200)
committerJaromir Capik <jcapik@redhat.com>
Fri, 11 Jul 2014 20:34:06 +0000 (22:34 +0200)
commitba6396f886f1a9911221e1c7c4b66dc75acb6948
tree4b315ca37577217a94883acd8434198bf24bfb47
parente751606fccdeed7ab79fc4324938b3aa47989842
free: support for MemAvailable

This commit adds a new switch -a/--available that
appends a new column called 'available' to the
output. The column displays an estimation
of how much memory is available for starting
new applications, without swapping. Unlike the data
provided by the 'cached' or 'free' fields, this
field takes into account page cache and also that
not all reclaimable memory slabs will be reclaimed
due to items being in use.
free.1
free.c
proc/libprocps.sym
proc/sysinfo.c
proc/sysinfo.h