August 13, 2025Aug 13 i just got the b580 working for comfyui/ipex but i was curious did anyone get the gpu stats working i am only seeing this
August 14, 2025Aug 14 Community Expert 12 hours ago, hoogstaddie said:i just got the b580 working for comfyui/ipex but i was curious did anyone get the gpu stats working i am only seeing this XE reporting is limited to the clients. And you specific applications may need to be added.Replace the 0000:04:00.0 with pci of you card and run the command below and provide output.cat /sys/kernel/debug/dri/0000:04:00.0/clientsFor a PID that shows runphp /usr/local/emhttp/plugins/gpustat/lib/Pidcheck 3459075replace pid 3459075 with values from previous command output and provide that also.
August 15, 2025Aug 15 Author 20 hours ago, SimonF said:XE reporting is limited to the clients. And you specific applications may need to be added.Replace the 0000:04:00.0 with pci of you card and run the command below and provide output.cat /sys/kernel/debug/dri/0000:04:00.0/clientsFor a PID that shows runphp /usr/local/emhttp/plugins/gpustat/lib/Pidcheck 3459075replace pid 3459075 with values from previous command output and provide that also.
August 15, 2025Aug 15 Community Expert 5 hours ago, hoogstaddie said:Thanks, issue is that there is nothing that uniquely ids the application. Can you provide more info on the docker container you are using?
August 15, 2025Aug 15 Author 1 hour ago, SimonF said:Thanks, issue is that there is nothing that uniquely ids the application. Can you provide more info on the docker container you are using?its an comfui docker container also i am not passing it through with just dev/driv but specificly Edited August 15, 2025Aug 15 by hoogstaddie
August 22, 2025Aug 22 Community Expert On 8/15/2025 at 4:08 PM, hoogstaddie said:its an comfui docker container also i am not passing it through with just dev/driv but specificlyI am changing the way apps are detected. I have not tested with XE drivers. But if you want to try NB this is dev code and not released. If you have an issue you will need to remove plugin and install again to revert.Upload to system and run installpkg on the uploaded file. gpustat-2025.08.22a-x86_64.txzOr install https://raw.githubusercontent.com/SimonFair/gpustat-unraid/refs/heads/Dynamic-App-Support/gpustat.plg
August 22, 2025Aug 22 Author 9 hours ago, SimonF said:I am changing the way apps are detected. I have not tested with XE drivers. But if you want to try NB this is dev code and not released. If you have an issue you will need to remove plugin and install again to revert.Upload to system and run installpkg on the uploaded file. gpustat-2025.08.22a-x86_64.txzOr install https://raw.githubusercontent.com/SimonFair/gpustat-unraid/refs/heads/Dynamic-App-Support/gpustat.plgstill nothing only shows that 2 processes are being used maybe its bc i pass dev/dri/card0 and dev/dro/renderD128 and not dev/dri
August 22, 2025Aug 22 Community Expert You may need to do CTRL F5 on dashboard as may be caching code.
August 23, 2025Aug 23 Author 11 hours ago, SimonF said:You may need to do CTRL F5 on dashboard as may be caching code.the apps ar now being detected but still no actual stats like load (temps are coming in linux kernel 6.15 as far as i know so i am ignoring that)
August 23, 2025Aug 23 Community Expert 3 minutes ago, hoogstaddie said:the apps ar now being detected but still no actual stats like load (temps are coming in linux kernel 6.15 as far as i know so i am ignoring that)Can you post /tmp/inteljson
August 23, 2025Aug 23 Community Expert 21 minutes ago, SimonF said:Can you post/tmp/inteljsonBit I to build info as nothing like intel GPU top for xe. There is not a way to get work loads for any other stats. These may be able to be added when presented to sensors or sysfs.Unless you have a way to get this info
August 23, 2025Aug 23 Author 18 minutes ago, SimonF said:Bit I to build info as nothing like intel GPU top for xe. There is not a way to get work loads for any other stats. These may be able to be added when presented to sensors or sysfs.Unless you have a way to get this info { "period": { "duration": 1000, "unit": "ms" }, "frequency": { "requested": null, "actual": null, "unit": "MHz" }, "interrupts": { "count": null, "unit": "irq\/s" }, "rc6": { "value": 100, "unit": "%" }, "power": { "GPU": null, "Package": null, "unit": "W" }, "engines": { "Render\/3D": { "busy": 0, "sema": 0, "wait": 0, "unit": "%" }, "Blitter": { "busy": 0, "sema": 0, "wait": 0, "unit": "%" }, "Video": { "busy": 0, "sema": 0, "wait": 0, "unit": "%" }, "VideoEnhance": { "busy": 0, "sema": 0, "wait": 0, "unit": "%" } }, "clients": { "1259452": { "name": "python", "pid": "1259452", "gpu_instance_id": "N\/A", "compute_instance_id": "N\/A", "type": "C", "used_memory": "N\/A" } } }, { "period": { "duration": 1000, "unit": "ms" }, "frequency": { "requested": null, "actual": null, "unit": "MHz" }, "interrupts": { "count": null, "unit": "irq\/s" }, "rc6": { "value": 100, "unit": "%" }, "power": { "GPU": null, "Package": null, "unit": "W" }, "engines": { "Render\/3D": { "busy": 0, "sema": 0, "wait": 0, "unit": "%" }, "Blitter": { "busy": 0, "sema": 0, "wait": 0, "unit": "%" }, "Video": { "busy": 0, "sema": 0, "wait": 0, "unit": "%" }, "VideoEnhance": { "busy": 0, "sema": 0, "wait": 0, "unit": "%" } }, "clients": { "1259452": { "name": "python", "pid": "1259452", "gpu_instance_id": "N\/A", "compute_instance_id": "N\/A", "type": "C", "used_memory": "N\/A" } } }
August 24, 2025Aug 24 Community Expert @hoogstaddie Does the gputop provide any usage stats on your card.gputop
August 30, 2025Aug 30 Author On 8/24/2025 at 8:29 PM, SimonF said:@hoogstaddie Does the gputop provide any usage stats on your card.i assume that you mean intel_gpu_top. it doesn;t even detect the cards as it is a xpu device not a i915 device"No device filter specified and no discrete/integrated i915 devices found"sorry for the late reply i was on vacation! Edited August 30, 2025Aug 30 by hoogstaddie
August 30, 2025Aug 30 Community Expert 4 hours ago, hoogstaddie said:i assume that you mean intel_gpu_top. it doesn;t even detect the cards as it is a xpu device not a i915 device"No device filter specified and no discrete/integrated i915 devices found"sorry for the late reply i was on vacation!No the GPU top file I attached. If you put on you system and run GPU top it should show apps even for XE.
August 31, 2025Aug 31 Author 17 hours ago, SimonF said:No the GPU top file I attached. If you put on you system and run GPU top it should show apps even for XE.ahh sorry missed that one but that does report usage and vram usage
August 31, 2025Aug 31 Community Expert 46 minutes ago, hoogstaddie said:ahh sorry missed that one but that does report usage and vram usageCould you provide a screen print
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.