system.memused
returns the process physical memory use - current and peak
available since version: 0.1
inlets:
- outputs memory use
type: control
outlets:
- current physical memory use measured in bytes, or zero if the value cannot be determined on this OS.
type: control
- peak (maximum so far) physical memory use measured in bytes, or zero if the value cannot be determined on this OS.
type: control
keywords:
system
memory
See also:
[system.memsize]
Authors: Serge Poltavsky
License: GPL3 or later