giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.12k stars 1.37k forks source link

[Windows] process shared memory #1452

Open giampaolo opened 5 years ago

giampaolo commented 5 years ago

Proposal is to add 1 new shared field to the namedtuple returned by Process.memory_full_info on Windows: https://github.com/processhacker/processhacker/blob/a39d0f312c863ccb1c4ed927bfcd8eedac1b5fd7/phlib/native.c#L1305

giampaolo commented 4 years ago

Implemented in branch shared-mem (still not 100% sure this is the way to go though).