Fix app.mem_usage (Windows) by thiagoftsm · Pull Request #21085 · netdata/netdata
Summary
The app.mem_usage value on Windows currently has a major discrepancy with the Windows Task Manager due to an incorrect data collection key.
This PR fixes the issue by correcting the variable name, bringing the reported value much closer to Task Manager's.
Next image shows this PR on left and current master on right:
Test Plan
- Build current master, generate installer and install it.
- Go to
app.mem_usageselect netdata and compare with Task Manager values. - Now, compile this branch, and install it.
- Repeat step 2.

