luisbocanegra / plasma-intel-gpu-monitor

KDE Plasma Widget that displays Intel GPU usage including wether or not video acceleration is being used.
https://www.pling.com/p/2128477
GNU General Public License v3.0
13 stars 1 forks source link

logs filled with errors #4

Open nickpitlosh opened 1 month ago

nickpitlosh commented 1 month ago

6/3/24 12:13 PM plasmashell file:///home/nick/.local/share/plasma/plasmoids/luisbocanegra.intel.gpu.monitor/contents/ui/FullRepresentation.qml:287: TypeError: Value is undefined and could not be converted to an object

thousands of these.

nickpitlosh commented 1 month ago

this is on a 1135g7 with xe graphics.

luisbocanegra commented 1 month ago

Does it show the gpu stats? I only get those errors when plasma has just started but they are gone as soon as the stats are read from intel_gpu_top (which isn't also very good as there should be no errors at all but it should be easy to fix).

Please share the output of this command, it will list your card(s) and try to run intel_gpu_top on them.

intel_gpu_top -L | tee /dev/stderr | awk '/^card/ {print $1}' | while read card; do echo "\n$card:"; timeout .4 intel_gpu_top -d drm:/dev/dri/$card -J -s 500; done
nickpitlosh commented 1 month ago

the applet appears to operate normally, but the journald is just filled with noise.

That command outputs nothing and doesnt finish.

On Mon, Jun 10, 2024 at 7:09 PM Luis Bocanegra @.***> wrote:

Does it show the gpu stats? I only get those errors when plasma has just started but they are gone as soon as the stats are read from intel_gpu_top

Please share the output of this command, it will list your card(s) and try to run intel_gpu_top on them.

intel_gpu_top -L | tee /dev/stderr | awk '/^card/ {print $1}' | while read card; do echo "\n$card:"; timeout .4 intel_gpu_top -d drm:/dev/dri/$card -J -s 500; done

— Reply to this email directly, view it on GitHub https://github.com/luisbocanegra/plasma-intel-gpu-monitor/issues/4#issuecomment-2159633648, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZRATDEVDBOAORZIWEO5VLZGZL3ZAVCNFSM6AAAAABIXC7M42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJZGYZTGNRUHA . You are receiving this because you authored the thread.Message ID: @.***>

luisbocanegra commented 1 month ago

Hmm that's weird, how about intel_gpu_top -L ; timeout .4 intel_gpu_top -J -s 500 you should be getting something like the output below, I have only tested with UHD Graphics 630 so there is a possibility values differ other devices

Very large click to expand ``` card1 Intel Coffeelake (Gen9) pci:vendor=8086,device=3E9B,card=0 └─renderD128 [ { "period": { "duration": 24.027325, "unit": "ms" }, "frequency": { "requested": 291.334970, "actual": 291.334970, "unit": "MHz" }, "interrupts": { "count": 874.004909, "unit": "irq/s" }, "rc6": { "value": 32.322312, "unit": "%" }, "power": { "GPU": 0.906865, "Package": 23.291455, "unit": "W" }, "imc-bandwidth": { "reads": 4289.265256, "writes": 1043.200091, "unit": "MiB/s" }, "engines": { "Render/3D": { "busy": 18.329040, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Blitter": { "busy": 0.000000, "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": "%" } }, "clients": { "4294965519": { "name": "Xwayland", "pid": "1777", "memory": { "system": { "total": "161533952", "shared": "154185728", "resident": "161533952", "purgeable": "921600", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "12.284096", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4293912167": { "name": "plasmashell", "pid": "1055129", "memory": { "system": { "total": "593694720", "shared": "107937792", "resident": "593694720", "purgeable": "4259840", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "7.650143", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294088385": { "name": "code", "pid": "878911", "memory": { "system": { "total": "285282304", "shared": "67125248", "resident": "285282304", "purgeable": "937984", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "5.957291", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965572": { "name": "kwin_wayland", "pid": "1724", "memory": { "system": { "total": "339718144", "shared": "269299712", "resident": "339718144", "purgeable": "8826880", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "4.747811", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294043491": { "name": "konsole", "pid": "923805", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294105616": { "name": "RDD Process", "pid": "861680", "memory": { "system": { "total": "901120", "shared": "0", "resident": "901120", "purgeable": "45056", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294108846": { "name": "plasma-browser-", "pid": "858450", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294109307": { "name": "firefox", "pid": "857989", "memory": { "system": { "total": "302059520", "shared": "16777216", "resident": "302059520", "purgeable": "1720320", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294964184": { "name": "spotify", "pid": "3112", "memory": { "system": { "total": "89653248", "shared": "6307840", "resident": "89653248", "purgeable": "12845056", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294964239": { "name": "spotify", "pid": "3057", "memory": { "system": { "total": "274432", "shared": "0", "resident": "274432", "purgeable": "0", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294964471": { "name": "krunner", "pid": "2825", "memory": { "system": { "total": "24596480", "shared": "3276800", "resident": "24596480", "purgeable": "1155072", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965128": { "name": "kgpg", "pid": "2168", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965129": { "name": "DiscoverNotifie", "pid": "2167", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965132": { "name": "kaccess", "pid": "2164", "memory": { "system": { "total": "806912", "shared": "0", "resident": "806912", "purgeable": "532480", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965153": { "name": "kdeconnectd", "pid": "2143", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965154": { "name": "kclockd", "pid": "2142", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965363": { "name": "xdg-desktop-por", "pid": "1933", "memory": { "system": { "total": "1601536", "shared": "0", "resident": "1601536", "purgeable": "1327104", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965364": { "name": "org_kde_powerde", "pid": "1932", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965427": { "name": "kactivitymanage", "pid": "1869", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965429": { "name": "kwalletmanager5", "pid": "1867", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965475": { "name": "kded6", "pid": "1821", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965477": { "name": "ksmserver", "pid": "1819", "memory": { "system": { "total": "806912", "shared": "0", "resident": "806912", "purgeable": "532480", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965639": { "name": "kwalletd6", "pid": "1657", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } } } } ```
nickpitlosh commented 1 month ago

@.*** in ~ ╰─λ intel_gpu_top -L ; timeout .4 intel_gpu_top -J -s 500 card1 Intel Tigerlake (Gen12) pci:vendor=8086,device=9A49,card=0 └─renderD128

{ "period": { "duration": 7.606417, "unit": "ms" }, "frequency": { "requested": 0.000000, "actual": 0.000000, "unit": "MHz" }, "interrupts": { "count": 131.467943, "unit": "irq/s" }, "rc6": { "value": 100.000000, "unit": "%" }, "power": { "GPU": 0.096290, "Package": 13.721325, "unit": "W" }, "engines": { "Render/3D/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Blitter/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Video/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Video/1": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "VideoEnhance/0": { "busy": 0.000000, "sema": 0.000000, "wait": 0.000000, "unit": "%" } }, "clients": { "4294916323": { "name": "konsole", "pid": "50973", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294632285": { "name": "konsole", "pid": "335011", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943414": { "name": "kwalletd6", "pid": "3023882", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943350": { "name": "Xwayland", "pid": "3023946", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943320": { "name": "ksmserver", "pid": "3023976", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943317": { "name": "kded6", "pid": "3023979", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943273": { "name": "plasmashell", "pid": "3024023", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943260": { "name": "kactivitymanage", "pid": "3024036", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943153": { "name": "xdg-desktop-por", "pid": "3024143", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943103": { "name": "garuda-system-m", "pid": "3024193", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943096": { "name": "octopi-notifier", "pid": "3024200", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943090": { "name": "kclockd", "pid": "3024206", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943089": { "name": "kdeconnectd", "pid": "3024207", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943087": { "name": "xwaylandvideobr", "pid": "3024209", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943086": { "name": "qbittorrent", "pid": "3024210", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943066": { "name": "kaccess", "pid": "3024230", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291943061": { "name": "DiscoverNotifie", "pid": "3024235", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291941605": { "name": "chrome", "pid": "3025691", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291941556": { "name": "chrome", "pid": "3025740", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291941350": { "name": "plasma-browser-", "pid": "3025946", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291892567": { "name": "dolphin", "pid": "3074729", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4291892530": { "name": "konsole", "pid": "3074766", "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } } } }⏎

@.*** in ~ took 406ms

On Mon, Jun 10, 2024 at 9:01 PM Luis Bocanegra @.***> wrote:

Hmm that's weird, how about intel_gpu_top -L ; timeout .4 intel_gpu_top -J -s 500 you should be getting something like the output below, I have only tested with UHD Graphics 630 so there is a possibility values differ other devices Very large click to expand

card1 Intel Coffeelake (Gen9) pci:vendor=8086,device=3E9B,card=0 └─renderD128

[

{ "period": { "duration": 24.027325, "unit": "ms" }, "frequency": { "requested": 291.334970, "actual": 291.334970, "unit": "MHz" }, "interrupts": { "count": 874.004909, "unit": "irq/s" }, "rc6": { "value": 32.322312, "unit": "%" }, "power": { "GPU": 0.906865, "Package": 23.291455, "unit": "W" }, "imc-bandwidth": { "reads": 4289.265256, "writes": 1043.200091, "unit": "MiB/s" }, "engines": { "Render/3D": { "busy": 18.329040, "sema": 0.000000, "wait": 0.000000, "unit": "%" }, "Blitter": { "busy": 0.000000, "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": "%" } }, "clients": { "4294965519": { "name": "Xwayland", "pid": "1777", "memory": { "system": { "total": "161533952", "shared": "154185728", "resident": "161533952", "purgeable": "921600", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "12.284096", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4293912167": { "name": "plasmashell", "pid": "1055129", "memory": { "system": { "total": "593694720", "shared": "107937792", "resident": "593694720", "purgeable": "4259840", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "7.650143", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294088385": { "name": "code", "pid": "878911", "memory": { "system": { "total": "285282304", "shared": "67125248", "resident": "285282304", "purgeable": "937984", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "5.957291", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965572": { "name": "kwin_wayland", "pid": "1724", "memory": { "system": { "total": "339718144", "shared": "269299712", "resident": "339718144", "purgeable": "8826880", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "4.747811", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294043491": { "name": "konsole", "pid": "923805", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294105616": { "name": "RDD Process", "pid": "861680", "memory": { "system": { "total": "901120", "shared": "0", "resident": "901120", "purgeable": "45056", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294108846": { "name": "plasma-browser-", "pid": "858450", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294109307": { "name": "firefox", "pid": "857989", "memory": { "system": { "total": "302059520", "shared": "16777216", "resident": "302059520", "purgeable": "1720320", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294964184": { "name": "spotify", "pid": "3112", "memory": { "system": { "total": "89653248", "shared": "6307840", "resident": "89653248", "purgeable": "12845056", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294964239": { "name": "spotify", "pid": "3057", "memory": { "system": { "total": "274432", "shared": "0", "resident": "274432", "purgeable": "0", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294964471": { "name": "krunner", "pid": "2825", "memory": { "system": { "total": "24596480", "shared": "3276800", "resident": "24596480", "purgeable": "1155072", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965128": { "name": "kgpg", "pid": "2168", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965129": { "name": "DiscoverNotifie", "pid": "2167", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965132": { "name": "kaccess", "pid": "2164", "memory": { "system": { "total": "806912", "shared": "0", "resident": "806912", "purgeable": "532480", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965153": { "name": "kdeconnectd", "pid": "2143", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965154": { "name": "kclockd", "pid": "2142", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965363": { "name": "xdg-desktop-por", "pid": "1933", "memory": { "system": { "total": "1601536", "shared": "0", "resident": "1601536", "purgeable": "1327104", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965364": { "name": "org_kde_powerde", "pid": "1932", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965427": { "name": "kactivitymanage", "pid": "1869", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965429": { "name": "kwalletmanager5", "pid": "1867", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965475": { "name": "kded6", "pid": "1821", "memory": { "system": { "total": "1208320", "shared": "0", "resident": "1208320", "purgeable": "933888", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965477": { "name": "ksmserver", "pid": "1819", "memory": { "system": { "total": "806912", "shared": "0", "resident": "806912", "purgeable": "532480", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } }, "4294965639": { "name": "kwalletd6", "pid": "1657", "memory": { "system": { "total": "1339392", "shared": "0", "resident": "1339392", "purgeable": "1064960", "active": "0" } }, "engine-classes": { "Render/3D": { "busy": "0.000000", "unit": "%" }, "Blitter": { "busy": "0.000000", "unit": "%" }, "Video": { "busy": "0.000000", "unit": "%" }, "VideoEnhance": { "busy": "0.000000", "unit": "%" } } } } }

— Reply to this email directly, view it on GitHub https://github.com/luisbocanegra/plasma-intel-gpu-monitor/issues/4#issuecomment-2159736088, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZRATBTIKTAKF25BLFCR3DZGZZCVAVCNFSM6AAAAABIXC7M42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJZG4ZTMMBYHA . You are receiving this because you authored the thread.Message ID: @.***>

luisbocanegra commented 1 month ago

At first glance there is nothing wrong with that output, the only difference is the /0 at the end of the engine names, but I already account for that, moreover if the widget is showing the correct information this could mean the command intel_gpu_top could be failing every other time for some reason.

I will make a version that prints some extra debugging messages and let you know when is ready for testing.