-
-
Notifications
You must be signed in to change notification settings - Fork 231
System monitor : hardware support
Matthieu Houdebine edited this page Dec 9, 2022
·
27 revisions
Hardware support for system monitor depends on the HW manufacturer and the OS.
Check this table to know if your hardware is supported by system monitor on your OS:
✅ Supported / ❕ Supported with limitations (see notes below) / ❌ Unsupported / ❔ Untested
Windows | Linux | macOS | Raspberry Pi | |
---|---|---|---|---|
CPU | ✅ Intel ✅ AMD ❌ No CPU temperature |
✅ Intel ✅ AMD ✅ CPU temperature |
✅ Intel ✅ AMD ❔ CPU temperature |
❔ |
GPU | ❕ Nvidia ❕ AMD ❌ Multiple GPUs |
❕ Nvidia ❕ AMD ❌ Multiple GPUs |
❕ Nvidia ❕ AMD ❌ Multiple GPUs |
❌ |
RAM | ✅ | ✅ | ✅ | ❔ |
Disk | ❕ Only system disk | ❕ Only system disk | ❕ Only system disk | ❔ |
Network | ✅ | ✅ | ✅ | ✅ |
Notes:
- CPU temperature not available on Windows platform (untested on macOS).
-
AMD GPU / Windows:
- GPU memory usage not available.
- Some newer models (probably 2019+) are not supported by the pyadl library currently used for reading GPU stats.
- Nvidia GPU / all platforms: GPU usage may be unsupported if this is not your main GPU (e.g. on a laptop with an integrated Intel GPU)
Feel free to add additional info to this table as a PR if you test on other OS / hardware.