How to view how much memory some process use in Windows?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Florencio Cano

    How to view how much memory some process use in Windows?

    How can I monitor with a Python script how much memory does a process
    use in Windows? I want to do statistics about memory consumption of
    processes like Firefox, Antivirus, etc. When I search in Google I only
    find information about how to monitor this in linux or how to reduce
    Python programs memory usage.
  • Duncan Booth

    #2
    Re: How to view how much memory some process use in Windows?

    "Florencio Cano" <florencio.cano @gmail.comwrote :
    How can I monitor with a Python script how much memory does a process
    use in Windows? I want to do statistics about memory consumption of
    processes like Firefox, Antivirus, etc. When I search in Google I only
    find information about how to monitor this in linux or how to reduce
    Python programs memory usage.
    >
    Perhaps http://aspn.activestate.com/ASPN/Coo.../Recipe/303339


    --
    Duncan Booth http://kupuguy.blogspot.com

    Comment

    Working...