Is there a way to measure how much an executed terminal command/operation used memory, like the built-in command time
for measuring execution time. I'd like to compare commands with different parameters.
I was looking for something like this.
This is how I used it:
$/usr/bin/time -f "%E %M" *<command>*
That gave me:
time (%E) - elapsed real time (in [hours:]minutes:seconds);
memory (%M) - maximum resident set size of the process during its lifetime, in kB.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With