Skip to main content
Version: 0.6

MemoryInfo

Information about system memory.

Hierarchy

Index

Properties

created_at

created_at: datetime

The time at which the measurement was taken.

current_size

current_size: Annotated[ ByteSize, PlainValidator(ByteSize.validate), PlainSerializer(lambda size: size.bytes), Field(alias='currentSize'), ]

Memory usage of the current Python process and its children.

model_config

model_config: Undefined

total_size

total_size: ByteSize

Total memory available in the system.