Saturday, April 20, 2013

time and memory usage of a process in Linux

It is easy to google out that there is a utility called time(/usr/bin/time) which can be used to measure how long it takes to run your program. But there is no good tools for peak memory usages. Today, I found that people has already written some script for us. The link is here.  I found it in stackoverflow.

No comments:

Post a Comment