Giampaolo
> --
> You received this message because you are subscribed to the "Python process utilities (psutil)" project group:
> http://code.google.com/p/psutil
> To post to this group, send email to psu...@googlegroups.com
> To unsubscribe from this group, send email to psutil-un...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/psutil
G.
G.
Back then, we thought that WorkingSetSize was the closest thing to
UNIX's RSS so there you have it.
Same for VMS which refers to PagefileUsage value of the
PROCESS_MEMORY_COUNTERS structure
(http://msdn.microsoft.com/en-us/library/windows/desktop/ms684877(v=vs.85).aspx).
Both were arbitrary decisions we took at the time.
All other values included in the PROCESS_MEMORY_COUNTERS structure are
not exposed at the moment.
It might make sense to expose them maybe, but it's not that simple as
we should expose platform-specific memory stats also for other
plaforms and come up with a consistent API, and it is not immediately
clear to me how to do that.
It's not accidental that issue 96 has remained open for so long:
http://code.google.com/p/psutil/issues/detail?id=96
I understand there's a lot of space for improvement in this area btw,
so maybe this is a good chance to finally think this over.
Any suggestion in this sense is appreciated.
Regards,
--- Giampaolo