Update Intel GPU collector to parse plain text (-l) instead of JSON output (#1150)

This commit is contained in:
henrygd
2025-09-24 13:24:48 -04:00
parent d295507c0b
commit 7b128d09ac
3 changed files with 368 additions and 85 deletions

View File

@@ -1,5 +1,13 @@
## 0.12.11
- Adjust calculation of cached memory (fixes #1187, #1196)
- Update Intel GPU collector to parse plain text (`-l`) instead of JSON output (#1150)
## 0.12.10
Note that the default memory calculation changed in this release, which may cause a difference in memory usage compared to previous versions.
- Add initial support for Intel GPUs (#1150, #755)
- Show connection type (WebSocket / SSH) in hub UI.