Skip to content
  • Jaromir Capik's avatar
    free: support for MemAvailable · ba6396f8
    Jaromir Capik authored
    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.
    ba6396f8