struct Psutil::Stats::VirtualMemoryStat
- Psutil::Stats::VirtualMemoryStat
- Struct
- Value
- Object
Defined in:
stats/memory_stats.crConstructors
Instance Method Summary
-
#active : UInt64
// 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 : UInt64
- #available=(available : UInt64)
-
#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
-
#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 : UInt64
- #cached=(cached : UInt64)
- #dirty : UInt64
- #dirty=(dirty : UInt64)
- #free : UInt64
- #free=(free : UInt64)
- #inactive : UInt64
- #inactive=(inactive : UInt64)
- #page_tables : UInt64
- #page_tables=(page_tables : UInt64)
- #shared : UInt64
- #shared=(shared : UInt64)
- #slab : UInt64
- #slab=(slab : UInt64)
- #swap_cached : UInt64
- #swap_cached=(swap_cached : UInt64)
- #swap_free : UInt64
- #swap_free=(swap_free : UInt64)
- #swap_total : UInt64
- #swap_total=(swap_total : UInt64)
- #total : UInt64
- #total=(total : UInt64)
- #used : UInt64
- #used=(used : UInt64)
- #used_percent : Float64
- #used_percent=(used_percent : Float64)
- #wired : UInt64
- #wired=(wired : UInt64)
- #writeback : UInt64
- #writeback=(writeback : UInt64)
- #writeback_tmp : UInt64
- #writeback_tmp=(writeback_tmp : UInt64)
Constructor Detail
Instance Method Detail
// OS X / BSD specific numbers: // http://www.macyourself.com/2010/02/17/what-is-free-wired-active-and-inactive-system-memory-ram/
// OS X / BSD specific numbers: // http://www.macyourself.com/2010/02/17/what-is-free-wired-active-and-inactive-system-memory-ram/
// 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
// 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