shirou / gopsutil

psutil for golang
Other
10.36k stars 1.57k forks source link

memory: expose virtual totals / avail values on windows #1588

Closed sni closed 2 months ago

sni commented 6 months ago

There are 2 more memory values i'd like to use. They are there already, just not exposed by the module yet.

shirou commented 6 months ago

Thank you for your contribute. However, we don't want to add platform specific fields anymore. We have a v4 plan which introduces platform specific structs. We will be able to add fields on it, but not developed yet.

sni commented 2 months ago

that's great, thank you very much.