Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
def
cpu_load():
18
return
psutil.cpu_percent(interval=0.1)
19
20
21
def
ram_available():
Callers
1
show_sensors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected