MCPcopy Create free account
hub / github.com/geekcomputers/Python / cpu_load

Function cpu_load

sensors_information.py:17–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def cpu_load():
18 return psutil.cpu_percent(interval=0.1)
19
20
21def ram_available():

Callers 1

show_sensorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected