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

Linux / virtual_memory(): match "free" cmdline utility #887

Closed
giampaolo opened this issue Sep 18, 2016 · 3 comments
Closed

Linux / virtual_memory(): match "free" cmdline utility #887

giampaolo opened this issue Sep 18, 2016 · 3 comments

Comments

@giampaolo
Copy link
Owner

giampaolo commented Sep 18, 2016

There are different issues tracking complaints about virtual_memory() on Linux reporting numbers which are different than the ones reported by free cmdline utility:

This ticket aims at fixing that so that psutil and "free" report the exact same stats and promote "free" as the standard reference for psutil.
Right now the differing namedtuple values are free, used and available memory stats.

giampaolo added a commit that referenced this issue Sep 18, 2016
… the same way free does (includes reclaimable mem)
giampaolo added a commit that referenced this issue Sep 18, 2016
giampaolo added a commit that referenced this issue Sep 18, 2016
@giampaolo
Copy link
Owner Author

giampaolo commented Sep 18, 2016

Intermediate PR: #888

@giampaolo
Copy link
Owner Author

@giampaolo
Copy link
Owner Author

Fixed in #890.

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

No branches or pull requests

1 participant