I am getting a "Vendor command returned unparseable data." message with my Intel a380 GPU.
I am using v2025.03.28 of the plugin and v2025.03.15 of the Intel GPU TOP plug-in in Unraid 7.0.0.
Output of the "debug" command for Intel GPUs is:
timeout -k .500 .400 intel_gpu_top -J -s 250
[
{
"period": {
"duration": 134.351629,
"unit": "ms"
},
"frequency": {
"requested": 580.566090,
"actual": 580.566090,
"unit": "MHz"
},
"interrupts": {
"count": 141.419945,
"unit": "irq/s"
},
"rc6": {
"value": 0.000000,
"unit": "%"
},
"engines": {
"Render/3D": {
"busy": 0.000000,
"sema": 0.000000,
"wait": 0.000000,
"unit": "%"
},
"Blitter": {
"busy": 0.129829,
"sema": 0.000000,
"wait": 0.000000,
"unit": "%"
},
"Video": {
"busy": 0.000000,
"sema": 0.000000,
"wait": 0.000000,
"unit": "%"
},
"VideoEnhance": {
"busy": 0.000000,
"sema": 0.000000,
"wait": 0.000000,
"unit": "%"
},
"Compute": {
"busy": 0.000000,
"sema": 0.000000,
"wait": 0.000000,
"unit": "%"
}
},
"clients": {
"4293309079": {
"name": "frigate.detecto",
"pid": "1658217",
"engine-classes": {
"Render/3D": {
"busy": "0.000000",
"unit": "%"
},
"Blitter": {
"busy": "0.100909",
"unit": "%"
},
"Video": {
"busy": "0.000000",
"unit": "%"
},
"VideoEnhance": {
"busy": "0.000000",
"unit": "%"
},
"Compute": {
"busy": "2.330970",
"unit": "%"
}
}
},
"4293309034": {
"name": "ffmpeg",
"pid": "1658262",
"engine-classes": {
"Render/3D": {
"busy": "0.000000",
"unit": "%"
},
"Blitter": {
"busy": "0.000000",
"unit": "%"
},
"Video": {
"busy": "0.838452",
"unit": "%"
},
"VideoEnhance": {
"busy": "0.507833",
"unit": "%"
},
"Compute": {
"busy": "0.000000",
"unit": "%"
}
}
}
}
}
I was trying to troll through the source code before posting. But, it looks like the github repo is quite stale. Not sure if you are now maintaining the source somewhere else?