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

Calculate total virtual memory on all platforms #43

Closed
giampaolo opened this issue May 23, 2014 · 8 comments
Closed

Calculate total virtual memory on all platforms #43

giampaolo opened this issue May 23, 2014 · 8 comments

Comments

@giampaolo
Copy link
Owner

From jlo...@gmail.com on March 25, 2009 15:46:35

Currently this is already working on Windows but other platforms do not
currently implement get_total_virtmem() to read the total virtual memory
available.

Original issue: http://code.google.com/p/psutil/issues/detail?id=43

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From jlo...@gmail.com on March 25, 2009 08:14:23

Labels: -Milestone-0.2.0 Milestone-0.1.2

@giampaolo
Copy link
Owner Author

From jlo...@gmail.com on March 25, 2009 08:14:53

Labels: -Type-Defect Type-Enhancement

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on March 25, 2009 08:47:57

Implemented on Windows and Linux as r281 and 295.
Virtual memory is currently exposed as a module level constant, but since it may
change it would be better replacing TOTAL_VIRTMEM with a (say) get_total_virtmem()
function.

Status: Started

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on March 25, 2009 19:44:01

Implemented on Linux as r322 .
We're now using the following naming convention:

TOTAL_MEM
used_mem()
total_virtmem()
used_virtmem()

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on March 27, 2009 05:22:59

Implemented on FreeBSD as r325 .

Labels: -Progress-2in4 Progress-3in4

@giampaolo
Copy link
Owner Author

From jlo...@gmail.com on March 27, 2009 06:31:01

Implemented on OS X as r321

Status: Fixed
Labels: -Progress-3in4 Progress-4in4

@giampaolo
Copy link
Owner Author

From g.rodola on June 09, 2011 15:33:50

Labels: -OpSys-All

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:48:02

Updated csets after the SVN -> Mercurial migration: r281 == revision 
7190515808a5 r321 == revision e85e39504b3c r322 == revision 1ce59580ce9c r325 == revision 90cf8cffef61

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