Skip to main content

SystemInfo

Represent the current status of the system.

Index

Methods

__str__

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


    Returns str

Properties

client_info

client_info: LoadRatioInfo

The client load ratio.

cpu_info

cpu_info: LoadRatioInfo

The CPU load ratio.

created_at

created_at: datetime

The time at which the system load information was measured.

event_loop_info

event_loop_info: LoadRatioInfo

The event loop load ratio.

is_system_idle

is_system_idle: bool

Indicate whether the system is currently idle or overloaded.

memory_info

memory_info: LoadRatioInfo

The memory load ratio.