On Oct 10, 2006, at 8:23 AM, Sam Ruby wrote: > What command can I use to measure memory usage of a short-running > command? If you are on Linux you could try using a hack like this [1] before and after the command. //Ed [1] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286222