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

[OS] docs of psutil.virtual_memory() #1633

Closed
guettli opened this issue Dec 2, 2019 · 1 comment · Fixed by #1634
Closed

[OS] docs of psutil.virtual_memory() #1633

guettli opened this issue Dec 2, 2019 · 1 comment · Fixed by #1634

Comments

@guettli
Copy link
Contributor

guettli commented Dec 2, 2019

Please add a note to the docs:

psutil.virtual_memory()
Return statistics about system memory usage as a named tuple including the following fields,
expressed in bytes. Main metrics:
total: total physical memory.

Source: https://psutil.readthedocs.io/en/latest/index.html#psutil.virtual_memory

Is total inclusive or exclusive swap?

@giampaolo
Copy link
Owner

Exclusive

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

Successfully merging a pull request may close this issue.

2 participants