mem-info

Print the core memory usage of programs

https://github.com/adetokunbo/mem-info#readme

Version on this page:0.1.0.1
Stackage Nightly 2024-06-10:0.3.0.0
Latest on Hackage:0.3.0.0

See all snapshots mem-info appears in

BSD-3-Clause licensed by Tim Emiola
Maintained by [email protected]
This version can be pinned in stack with:mem-info-0.1.0.1@sha256:826c37b456d7553112edebb74605501c66069067729dad07c74d34892809dc5e,2852

A utility to accurately report the core memory usage of programs.

This is a clone of ps_mem, which is written in python

The package provides:

  • an executable command printmem that mimics ps_mem

  • a library to enable core memory tracking on linux in haskell programs

See the README for further details

Changes

Revision history for mem-info

mem-info uses PVP Versioning.

0.1.0.1 – 2024-01-17

  • Adjusted dependency bounds to remove any stale dependencies

0.1.0.0 – 2024-01-16

  • Initial version.