Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 351 Bytes

A 'time'-like utility for Unix that measures peak memory usage.

Works in both interactive and non-interactive environments.

Usage:

export PATH=$path_to_memusg
memusg my_command

Example:

memusg sleep 2

Note (ctsa) this version is forked from jhclark/memusg. The motivating change is to measure peak rss instaead of vmsize