I have a small program, much like grep or cat that allocates memory when it is running. I would like to know how much memory is allocated at maximum throughout its run. How could I do that?
I have a small program, much like grep or cat that allocates memory when
Share
Use
/usr/bin/timefor that purpose. Example: