MemoryUsageProcess

Keys

Leafs

class MemoryUsageProcesses.MemoryUsageProcess

Bases: Entity

Class Hierarchy : MemoryUsageProcesses MemoryUsageProcess

This class represents state data.

The list of software processes on the device.

pid(key)

Process-ID of the process

type: int

range: 0..4294967295

config: False

name(key)

The name of the process

type: str

config: False

tty

TTY bound to by the process

type: int

range: 0..65535

config: False

allocated_memory

Total memory allocated to this process (bytes)

type: int

range: 0..18446744073709551615

config: False

units: bytes

freed_memory

Total memory freed by this process (bytes)

type: int

range: 0..18446744073709551615

config: False

units: bytes

holding_memory

Total memory currently held by this process (bytes)

type: int

range: 0..18446744073709551615

config: False

units: bytes

get_buffers

Get Buffers of this process (bytes)

type: int

range: 0..4294967295

config: False

ret_buffers

Return Buffers of this process (bytes)

type: int

range: 0..4294967295

config: False