Skip to main content

SystemInfoEventData

Index

Methods

to_crawlee_format

  • to_crawlee_format(): EventSystemInfoData
  • Returns EventSystemInfoData

Properties

cpu_avg_usage

cpu_avg_usage: Annotated[float, Field(alias='cpuAvgUsage')]

cpu_current_usage

cpu_current_usage: Annotated[float, Field(alias='cpuCurrentUsage')]

cpu_max_usage

cpu_max_usage: Annotated[float, Field(alias='cpuMaxUsage')]

created_at

created_at: Annotated[datetime, Field(alias='createdAt')]

is_cpu_overloaded

is_cpu_overloaded: Annotated[bool, Field(alias='isCpuOverloaded')]

mem_avg_bytes

mem_avg_bytes: Annotated[float, Field(alias='memAvgBytes')]

mem_current_bytes

mem_current_bytes: Annotated[float, Field(alias='memCurrentBytes')]

mem_max_bytes

mem_max_bytes: Annotated[float, Field(alias='memMaxBytes')]