How do I check how much RAM a process consumes like the way `time` is used to measure the elapsed time?
-1
votes
1
answer
76
views
How do I check the maximum amount a RAM a process uses similar to how
time
works?
$ time mvn package
real 0m35.796s
user 0m32.925s
sys 0m1.559s
$ maxmem mvn package
688 MB
Asked by Chloe
(538 rep)
Feb 4, 2019, 08:19 PM
Last activity: Feb 4, 2019, 09:55 PM
Last activity: Feb 4, 2019, 09:55 PM