struct Psutil::Stats::VirtualMemoryStat

Defined in:

stats/memory_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def active : UInt64 #

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


[View source]
def 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/


[View source]
def available : UInt64 #

[View source]
def available=(available : UInt64) #

[View source]
def 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


[View source]
def 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


[View source]
def cached : UInt64 #

[View source]
def cached=(cached : UInt64) #

[View source]
def dirty : UInt64 #

[View source]
def dirty=(dirty : UInt64) #

[View source]
def free : UInt64 #

[View source]
def free=(free : UInt64) #

[View source]
def inactive : UInt64 #

[View source]
def inactive=(inactive : UInt64) #

[View source]
def page_tables : UInt64 #

[View source]
def page_tables=(page_tables : UInt64) #

[View source]
def shared : UInt64 #

[View source]
def shared=(shared : UInt64) #

[View source]
def slab : UInt64 #

[View source]
def slab=(slab : UInt64) #

[View source]
def swap_cached : UInt64 #

[View source]
def swap_cached=(swap_cached : UInt64) #

[View source]
def swap_free : UInt64 #

[View source]
def swap_free=(swap_free : UInt64) #

[View source]
def swap_total : UInt64 #

[View source]
def swap_total=(swap_total : UInt64) #

[View source]
def total : UInt64 #

[View source]
def total=(total : UInt64) #

[View source]
def used : UInt64 #

[View source]
def used=(used : UInt64) #

[View source]
def used_percent : Float64 #

[View source]
def used_percent=(used_percent : Float64) #

[View source]
def wired : UInt64 #

[View source]
def wired=(wired : UInt64) #

[View source]
def writeback : UInt64 #

[View source]
def writeback=(writeback : UInt64) #

[View source]
def writeback_tmp : UInt64 #

[View source]
def writeback_tmp=(writeback_tmp : UInt64) #

[View source]