You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The usage of intel gpus cannot currently be tracked, as only nvidia cards are supported. systeminformation is actually used by many users to monitor homelab/homeservers, and there is a growing proportion of intel gpu adopters (may it be arc or igpu), because of its outstanding transcoding power and efficiency. This especially relevant since systeminformation is used in dashdot to display graphs, which can easily be embeded into homarr, a dashboard centered around media servers.
Describe the solution you'd like
I would be extremely grateful if it becomes possible 😊. The relevant info can be fetched using the intel-gpu-tools package, more precisely the intel_gpu_top command:
intel_gpu_top - Display a top-like summary of Intel GPU usage
Usage: intel_gpu_top [parameters]
The following parameters are optional:
[-h] Show this help text.
[-J] Output JSON formatted data.
[-l] List plain text data.
[-o <file|->] Output to specified file or '-' for standard out.
[-s <ms>] Refresh period in milliseconds (default 1000ms).
[-L] List all cards.
[-d <device>] Device filter, please check manual page for more details.
Filter types:
---
filter syntax
---
sys sys:/sys/devices/pci0000:00/0000:00:02.0
find device by its sysfs path
drm drm:/dev/dri/* path
find drm device by /dev/dri/* node
pci pci:[vendor=%04x/name][,device=%04x][,card=%d] | [slot=%04x:%02x:%02x.%x]
vendor is hex number or vendor name
The output of sudo intel_gpu_top -J is a JSON that is easily parseable:
Is your feature request related to a problem? Please describe.
The usage of intel gpus cannot currently be tracked, as only nvidia cards are supported. systeminformation is actually used by many users to monitor homelab/homeservers, and there is a growing proportion of intel gpu adopters (may it be arc or igpu), because of its outstanding transcoding power and efficiency. This especially relevant since systeminformation is used in dashdot to display graphs, which can easily be embeded into homarr, a dashboard centered around media servers.
Describe the solution you'd like
I would be extremely grateful if it becomes possible 😊. The relevant info can be fetched using the
intel-gpu-tools
package, more precisely theintel_gpu_top
command:The output of
sudo intel_gpu_top -J
is a JSON that is easily parseable:With the -L flag I get:
Additional context
I can provide more information on the output if you don't have an intel gpu around
The text was updated successfully, but these errors were encountered: