congard / nvidia-system-monitor-qt

Task Manager for Linux for Nvidia graphics cards
MIT License
161 stars 23 forks source link

Modified: processes to show GPU Memory Use in MB but removes sm, enc and dec #9

Closed hrdkjain closed 4 years ago

hrdkjain commented 4 years ago

A possible fix to show GPU memory usage in MB. Requires modifying NVSMI_CMD_PROCESSES to show metrics in MB. This removes the sm, encoder, and decoder information, which are only available in percentage mode.

hrdkjain commented 4 years ago

Also fixes issue #4

congard commented 4 years ago

Thank you for your comment and this pull request. But are you sure that sm, encoder, and decoder are useless?

hrdkjain commented 4 years ago

It might be inappropriate to say that they are useless. Maybe they are not very important, observing the fact that the nvidia-smi output doesn't list it. image

congard commented 4 years ago

Ok, if necessary, then I (or someone else) will return them later

congard commented 4 years ago

It seems that encoder and decoder usage are important for someone: #5 I will add it back but considering this fix