I am trying to obtain the amount of memory that my Python process  
uses from inside the Python program using resource.getrusage(). While  
this works fine under Linux, on the Mac I always get 0 for the memory  
usage (the time information seems credible though).

Does anyone have another idea for monitoring memory usage on the Mac?

Thanks,
   Konrad.

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to