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

celery.utils.sysinfo

System information utilities.

class celery.utils.sysinfo.df(path)[source]

Disk information.

property available
property capacity
stat[source]
property total_blocks
celery.utils.sysinfo.load_average()[source]

Return system load average as a triple.