Psutil::Stats::VirtualMemoryStat
Inherits Struct / Value / Object
Constructors
new
SourceInstance methods
active
// OS X / BSD specific numbers: // http://www.macyourself.com/2010/02/17/what-is-free-wired-active-and-inactive-system-memory-ram/
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/
available
Sourceavailable=(available : UInt64)
Sourcebuffers
// 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
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
cached
Sourcecached=(cached : UInt64)
Sourcedirty
Sourcedirty=(dirty : UInt64)
Sourcefree
Sourcefree=(free : UInt64)
Sourceinactive
Sourceinactive=(inactive : UInt64)
Sourcepage_tables
Sourcepage_tables=(page_tables : UInt64)
Sourceslab
Sourceslab=(slab : UInt64)
Sourceswap_cached
Sourceswap_cached=(swap_cached : UInt64)
Sourceswap_free
Sourceswap_free=(swap_free : UInt64)
Sourceswap_total
Sourceswap_total=(swap_total : UInt64)
Sourcetotal
Sourcetotal=(total : UInt64)
Sourceused
Sourceused=(used : UInt64)
Sourceused_percent
Sourceused_percent=(used_percent : Float64)
Sourcewired
Sourcewired=(wired : UInt64)
Sourcewriteback
Sourcewriteback=(writeback : UInt64)
Sourcewriteback_tmp
Sourcewriteback_tmp=(writeback_tmp : UInt64)
Source