FillZpp / sys-info-rs

Get system information in Rust.
MIT License
168 stars 57 forks source link

fix swap file calculation on windows #73

Closed davidkna closed 4 years ago

davidkna commented 4 years ago

ullTotalPageFile and ullAvailPageFile include both the swap and physical memory so in order to get the correct swap memory values the physical memory size/usage needs to be substracted.

https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-memorystatusex