struct

Psutil::Stats::VirtualMemoryStat

Inherits Struct / Value / Object

Constructors

Instance methods

active

// OS X / BSD specific numbers: // http://www.macyourself.com/2010/02/17/what-is-free-wired-active-and-inactive-system-memory-ram/

Source
active=(active : UInt64)

// OS X / BSD specific numbers: // http://www.macyourself.com/2010/02/17/what-is-free-wired-active-and-inactive-system-memory-ram/

Source
available
Source
available=(available : UInt64)
Source
buffers

// Linux specific numbers // https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-proc-meminfo.html // https://www.kernel.org/doc/Documentation/filesystems/proc.txt

Source
buffers=(buffers : UInt64)

// Linux specific numbers // https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-proc-meminfo.html // https://www.kernel.org/doc/Documentation/filesystems/proc.txt

Source
cached
Source
cached=(cached : UInt64)
Source
dirty
Source
dirty=(dirty : UInt64)
Source
free
Source
free=(free : UInt64)
Source
inactive
Source
inactive=(inactive : UInt64)
Source
page_tables
Source
page_tables=(page_tables : UInt64)
Source
shared
Source
shared=(shared : UInt64)
Source
slab
Source
slab=(slab : UInt64)
Source
swap_cached
Source
swap_cached=(swap_cached : UInt64)
Source
swap_free
Source
swap_free=(swap_free : UInt64)
Source
swap_total
Source
swap_total=(swap_total : UInt64)
Source
total
Source
total=(total : UInt64)
Source
used
Source
used=(used : UInt64)
Source
used_percent
Source
used_percent=(used_percent : Float64)
Source
wired
Source
wired=(wired : UInt64)
Source
writeback
Source
writeback=(writeback : UInt64)
Source
writeback_tmp
Source
writeback_tmp=(writeback_tmp : UInt64)
Source