| Class | Vmstat::Memory |
| In: |
lib/vmstat/memory.rb
|
| Parent: | Struct.new(:pagesize, :wired, :active, :inactive, :free, :pageins, :pageouts) |
Gathered memory data snapshot. @attr [Fixnum] pagesize
The page size of the memory in bytes.
@attr [Fixnum] wired
The number of wired pages in the system.
@attr [Fixnum] active
The number of active pages in the system.
@attr [Fixnum] inactive
The number of inactive pages in the system.
@attr [Fixnum] free
The number of free pages in the system.
@attr [Fixnum] pageins
The number of pageins.
@attr [Fixnum] pageouts
The number of pageouts.