Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process Memory usage #1279

Closed
clovett opened this issue Oct 27, 2016 · 1 comment
Closed

Process Memory usage #1279

clovett opened this issue Oct 27, 2016 · 1 comment

Comments

@clovett
Copy link

clovett commented Oct 27, 2016

I have a process that is misbehaving after long running test (all night) and I want to see it's memory usage but "cat /proc/25903/status" is returning all zero's for the Vm* stats.

This is on Windows build number 10.0.14393.0.

"ps aux" has the same problem, the size column is all zeros.

Can you fix this or provide another way I can track the memory usage of my app running in BashOnWindows ? Unfortunately valgrind fails with " Valgrind: FATAL: aspacem assertion failed".

@misenesi
Copy link

misenesi commented Nov 8, 2016

Have you tried to run the process on the most recent Insider Build? As for memory usage, have you considered looked into perfmon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants