Represents a memory (RAM) bank.
|
total_memory(self)
Returns the total amount of memory, in bytes. |
source code
|
|
|
|
|
active_memory(self)
Returns the number of bytes of active memory. |
source code
|
|
|
inactive_memory(self)
Returns the amount of inactive memory, in bytes. |
source code
|
|
|
unused_memory(self)
Returns the amount of unused memory, in bytes. |
source code
|
|
|
total_swap(self)
Returns the total amount of swap, in bytes. |
source code
|
|
|
free_swap(self)
Returns the amount of free swap, in bytes. |
source code
|
|
|
dict(self)
Returns a dictionary with a massive amount of meta-information, by
string. |
source code
|
|
Inherited from SystemPart :
__init__ ,
callback ,
delay ,
do_update ,
set_delay ,
set_system ,
system ,
update
|