Skip to main content

CpuInfo

crawlee._utils.system.CpuInfo

Information about the CPU usage.

Args: used_ratio: The ratio of CPU currently in use, represented as a float between 0 and 1. created_at: The time at which the measurement was taken.

Index

Properties

created_at

created_at: datetime

model_config

model_config:

used_ratio

used_ratio: Annotated[float, Field(alias='usedRatio')]