This document describes the current stable version of Celery (5.4). For development docs, go here.

celery.utils.sysinfo

System information utilities.

class celery.utils.sysinfo.df(path: str | bytes | os.PathLike)[source]

Disk information.

property available: float
property capacity: int
property stat: statvfs_result
property total_blocks: float
celery.utils.sysinfo.load_average() tuple[float, ...][source]

Return system load average as a triple.