bronx.system.memory¶
This module is in charge of getting informations on Memory.
Various concrete implementations may be provided since the mechanism to retrieve
information on Memory may not be portable across platforms.
At the present time, the only concrete implementation is
the LinuxMemInfo.
Functions¶
Classes¶
- class bronx.system.memory.LinuxMemInfo[source]¶
Bases:
MemInfoProvide various informations about Memory.
- class bronx.system.memory.MemInfo[source]¶
Bases:
objectProvide various informations about Memory (abstract class).
- abstract children_maxRSS(unit='MiB')[source]¶
Get Maximum Resident Set Size (i.e. maximum memory used at one moment) of the process children.
Exceptions¶
Bases:
ExceptionRaised whenever the necessary commands and/or system files are missing.