pyfarm.agent.sysinfo.memory module

Memory

Provides information about memory including swap usage, system memory usage, and general capacity information.

pyfarm.agent.sysinfo.memory.used_ram()[source]

Amount of physical memory currently in use by applications

pyfarm.agent.sysinfo.memory.free_ram()[source]

Amount of physical memory free for application use

pyfarm.agent.sysinfo.memory.total_ram()[source]

Total physical memory installed on the system

pyfarm.agent.sysinfo.memory.process_memory()[source]

Total amount of memory in use by this process

pyfarm.agent.sysinfo.memory.total_consumption()[source]

Total amount of memory consumed by this process and any child process spawned by the parent process. This includes any grandchild processes.