On Thu, Apr 2, 2020 at 12:27 PM Kyle Stanley <aeros...@gmail.com> wrote:
> As Chris Angelico mentioned, this can be observed through monitoring the 
> before and after RSS (or equivalent on platforms without it). On Linux, I 
> typically use something like this:
>
> ```
> def show_rss():
>     os.system(f"grep ^VmRSS /proc/{os.getpid()}/status")
> ```
>

How do the figures from that compare with what you get from the stdlib
resources module?

ChrisA
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/XP7ZNNZ4OIYUEY6J7SAM7QW6NZAQG2NY/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to