Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

B580 GPU stats not working

Featured Replies

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

image.png

  • Community Expert

Please use the existing plugin support thread:

  • 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

image.png

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/clients

For a PID that shows run

php /usr/local/emhttp/plugins/gpustat/lib/Pidcheck 3459075

replace pid 3459075 with values from previous command output and provide that also.

  • 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/clients

For a PID that shows run

php /usr/local/emhttp/plugins/gpustat/lib/Pidcheck 3459075

replace pid 3459075 with values from previous command output and provide that also.



image.png

  • Community Expert
5 hours ago, hoogstaddie said:



image.png

Thanks, issue is that there is nothing that uniquely ids the application. Can you provide more info on the docker container you are using?

  • 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 by hoogstaddie

  • 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 specificly

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.txz

Or install https://raw.githubusercontent.com/SimonFair/gpustat-unraid/refs/heads/Dynamic-App-Support/gpustat.plg

  • 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.txz

Or install https://raw.githubusercontent.com/SimonFair/gpustat-unraid/refs/heads/Dynamic-App-Support/gpustat.plg

still 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

  • Community Expert

You may need to do CTRL F5 on dashboard as may be caching code.

  • 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)

  • 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
  • Community Expert
21 minutes ago, SimonF said:

Can you post

/tmp/inteljson

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

  • 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"

}

}

}

  • 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 by hoogstaddie

  • 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.

  • 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

  • Community Expert
46 minutes ago, hoogstaddie said:

ahh sorry missed that one but that does report usage and vram usage

Could you provide a screen print

  • Author
4 hours ago, SimonF said:

Could you provide a screen print

image.png

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.