KrispyCamel4u/SysMonTask

Nvidia GPU usage is not showing and GPU graphs don't work.

Saim20 opened this issue · 6 comments

Running in terminal continuously shows this:
Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sysmontask/gpu.py", line 114, in gpuutildrawarea_draw cr.line_to((i+1)*stepsize,scalingfactor*(100-self.gpuutilArray[i+1])) IndexError: list index out of range some error in gpu updata: invalid literal for int() with base 10: 'N/'

P.S. nvidia-smi is present:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 460.67 Driver Version: 460.67 CUDA Version: 11.2 |
|-------------------------------+----------------------+----------------------+

Hi, thanks for reporting it.

Can you run this command:
nvidia-smi -q -x
and share the output here.

It will help me to find the cause of the bug.

Hi, thanks for reporting it.

Can you run this command:
nvidia-smi -q -x
and share the output here.

It will help me to find the cause of the bug.

Sure the output is here:

https://pastebin.com/XYq5fE1Q

Hi, thanks for reporting it.
Can you run this command:
nvidia-smi -q -x
and share the output here.
It will help me to find the cause of the bug.

Sure the output is here:

https://pastebin.com/XYq5fE1Q

thanks I have got the issue. I will fix it soon.

New release v1.x.x is out, please verify that this bug doesn't persist now.

I suppose this is a driver issue, as i have an old gpu. I'll close the issue. Thanks for your hard work, this works great!

I suppose this is a driver issue, as i have an old gpu. I'll close the issue. Thanks for your hard work, this works great!

No problem as long as it works.