Io_helpers.Meminfo
Reading /proc/meminfo. Only for Linux
/proc/meminfo
type t = {
memTotal : int;
memFree : int;
memAvailable : int;
buffers : int;
cached : int;
swapTotal : int;
}
all in KiB = 1024 bytes
val pp : Stdlib.Format.formatter -> t -> unit
val get : unit -> t