module Meminfo: sig
.. end
type
t = {
}
t
corresponds to the values in /proc/meminfo. All values in bytes.
val vmalloc_chunk : t -> Core.Int63.t
val vmalloc_used : t -> Core.Int63.t
val vmalloc_total : t -> Core.Int63.t
val committed_as : t -> Core.Int63.t
val commit_limit : t -> Core.Int63.t
val bounce : t -> Core.Int63.t
val nfs_unstable : t -> Core.Int63.t
val page_tables : t -> Core.Int63.t
val slab : t -> Core.Int63.t
val mapped : t -> Core.Int63.t
val anon_pages : t -> Core.Int63.t
val writeback : t -> Core.Int63.t
val dirty : t -> Core.Int63.t
val swap_free : t -> Core.Int63.t
val swap_total : t -> Core.Int63.t
val inactive : t -> Core.Int63.t
val active : t -> Core.Int63.t
val swap_cached : t -> Core.Int63.t
val cached : t -> Core.Int63.t
val buffers : t -> Core.Int63.t
val mem_free : t -> Core.Int63.t
val mem_total : t -> Core.Int63.t
module Fields: sig
.. end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t