Skip to main content

SystemInfo

crawlee._autoscaling.types.SystemInfo

Represents the current status of the system.

Args: cpu_info: The CPU load ratio. memory_info: The memory load ratio. event_loop_info: The event loop load ratio. client_info: The client load ratio. created_at: The time at which the measurement was taken.

Index

Methods

__str__

  • __str__(): str
  • Get a string representation of the system info.


    Returns str

Properties

client_info

client_info: LoadRatioInfo

cpu_info

cpu_info: LoadRatioInfo

created_at

created_at: datetime

event_loop_info

event_loop_info: LoadRatioInfo

is_system_idle

is_system_idle: bool

Indicates whether the system is currently idle or overloaded.

memory_info

memory_info: LoadRatioInfo