Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ load_average
Function
load_average
celery/utils/sysinfo.py:23–25 ·
view source on GitHub ↗
Return system load average as a triple.
()
Source
from the content-addressed store, hash-verified
21
22
23
def
load_average() -> tuple[float, ...]:
24
""
"Return system load average as a triple."
""
25
return
_load_average()
26
27
28
class
df:
Callers
2
test_load_average
Function · 0.90
_send
Method · 0.90
Calls
1
_load_average
Function · 0.85
Tested by
1
test_load_average
Function · 0.72