Class Vmstat::LinuxMemory
In: lib/vmstat/linux_memory.rb
lib/vmstat/memory.rb
Parent: Vmstat::Memory

@attr [Fixnum] available

  The estimated available memory (linux)
  See: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=34e431b0ae398fc54ea69ff85ec700722c9da773

Methods

Attributes

available  [RW] 
available  [RW] 

Public Instance methods

Calculate the available bytes based of the active pages. @return [Fixnum] active bytes

Calculate the available bytes based of the active pages. @return [Fixnum] active bytes

[Validate]