How to evaluate the memory usage of a python program?

MrJean1 MrJean1 at gmail.com
Wed Sep 20 19:13:14 EDT 2006


Iff you are using Python on Linux, here is one option which may work
for you

  <http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286222>

/Jean


Daniel Mark wrote:
> Hello all:
>
> I have a python program and would like to find out the maximum memory
> used
> by this program.
>
> Does Python provide such module so I could check it easily?
> 
> 
> 
> 
> Thank you
> -Daniel




More information about the Python-list mailing list