Package Details: ksysguard-gpu 0.5-4

Git Clone URL: https://aur.archlinux.org/ksysguard-gpu.git (read-only, click to copy)
Package Base: ksysguard-gpu
Description: gpu visualization for ksysguard
Upstream URL: https://github.com/lestofante/ksysguard-gpu
Licenses: GPL3
Submitter: lesto
Maintainer: lesto
Last Packager: lesto
Votes: 2
Popularity: 0.000016
First Submitted: 2020-04-04 18:45 (UTC)
Last Updated: 2020-05-17 16:59 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Pinned Comments

lesto commented on 2024-03-23 18:53 (UTC)

Please don't flag as out of date unless a newer version is available.

This package can work without ksysguard and expose gpu information in an unified TCP based protocol that people may depends on for their own scripts and/or remote monitoring.

Latest Comments

sausix commented on 2024-04-16 17:58 (UTC) (edited on 2024-04-16 17:59 (UTC) by sausix)

Python:

return ["nvidia-smi", "--query-gpu=index,temperature.gpu,utilization.gpu,utilization.memory,fan.speed,pstate,power.draw,clocks.sm,clocks.mem,clocks.gr", "--format=csv", '-l1']

Bash:

nvidia-smi --query-gpu=index,temperature.gpu,utilization.gpu,utilization.memory,fan.speed,pstate,power.draw,clocks.sm,clocks.mem,clocks.gr --format=csv -l1 ERROR: Option -l1 is not recognized. Please run 'nvidia-smi -h' for help.

Put a space in: "-l1". Upstream code looks a lot different and seems to be fixed. Fix is 2 years old. So totally outdated.

lesto commented on 2024-03-23 18:53 (UTC)

Please don't flag as out of date unless a newer version is available.

This package can work without ksysguard and expose gpu information in an unified TCP based protocol that people may depends on for their own scripts and/or remote monitoring.