Hello,<div><br></div><div>I am looking for a way to capture the private memory usage by a process (the one that shows on task manager).  I searched online a lot but I am only seeing information on working memory size.  It would be also a great if I could get the peak value of private memory usage.</div>
<div><br></div><div>Thanks,<br>Riz <br clear="all"><div><br></div><div><br></div><div><div>for process in c:</div><div>    if process.Caption.lower() == &#39;rimdevicemanager.exe&#39;:</div><div>        keys = process.properties.keys()</div>
<div>        keys.sort()</div><div>        print &#39;\n&#39;.join([&#39;%s: %s&#39; % (key, getattr(process, key)) for key in keys])</div></div>-- <br><br><br>This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.<br>

</div>