Skip to content

v1.1.1

Choose a tag to compare

@2kai2kai2 2kai2kai2 released this 18 Nov 02:05
· 25 commits to main since this release

Ensuring consistency between Windows and Linux memory data.

Details:
Windows
Use "total memory" as sum of working set size and pagefile usage
Using system file psapi.h: sum of PROCESS_MEMORY_COUNTERS::WorkingSetSize and PROCESS_MEMORY_COUNTERS::PagefileUsage

Linux
Use /proc/[pid]/statm size (1)