package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Io_helpers.MeminfoSource

Reading /proc/meminfo. Only for Linux

Sourcetype t = {
  1. memTotal : int;
  2. memFree : int;
  3. memAvailable : int;
  4. buffers : int;
  5. cached : int;
  6. swapTotal : int;
}

all in KiB = 1024 bytes

Sourceval pp : Format.formatter -> t -> unit
Sourceval get : unit -> t
OCaml

Innovation. Community. Security.