Re: [Tutor] function for memory usage
ps -eo pid,ppid,rss,vsize,pcpu,pmem,cmd -ww --sort=pid I m no genius i found it here : http://mail.nl.linux.org/linux-mm/2003-03/msg00077.html ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] function for memory usage
Hi, Could anyone please tell me which funtion (or which module) could return the total memory used by current python program? Thanks, Fred ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor