end18 / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Calculate total physical memory on all platforms #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement a get_total_phymem() function or a TOTAL_PHYMEM constant to read
the total physical memory available.

Original issue reported on code.google.com by billiej...@gmail.com on 25 Mar 2009 at 5:45

GoogleCodeExporter commented 9 years ago
This is currently already implemented on Linux as TOTAL_PHYMEM constant (r281).

Original comment by billiej...@gmail.com on 25 Mar 2009 at 5:55

GoogleCodeExporter commented 9 years ago
Implemented on Linux as r322.
We're now using the following naming convention:

TOTAL_MEM
used_mem()
total_virtmem()
used_virtmem()

Original comment by billiej...@gmail.com on 26 Mar 2009 at 2:44

GoogleCodeExporter commented 9 years ago
Implemented on FreeBSD as r287.

Original comment by billiej...@gmail.com on 27 Mar 2009 at 12:27

GoogleCodeExporter commented 9 years ago

Original comment by billiej...@gmail.com on 27 Mar 2009 at 12:27

GoogleCodeExporter commented 9 years ago

Original comment by billiej...@gmail.com on 27 Mar 2009 at 12:27

GoogleCodeExporter commented 9 years ago
Implemented on Windows as r281.

Original comment by billiej...@gmail.com on 27 Mar 2009 at 12:33

GoogleCodeExporter commented 9 years ago
Implemented on OS X as r283

Original comment by jlo...@gmail.com on 27 Mar 2009 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 9 Jun 2011 at 10:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Updated csets after the SVN -> Mercurial migration:
r281 == revision 7190515808a5
r283 == revision e8430a82d380
r287 == revision 1418ddcdd78d
r322 == revision 1ce59580ce9c

Original comment by g.rodola on 2 Mar 2013 at 11:48