Maxime Schmitt

Results 90 comments of Maxime Schmitt

The issue you are having should be resolved after I merge #308 for another issue. Without hwmon, the fan speed and critical temperatures won't be available though.

Unfortunately `nvtop` doesn't support the [ROCm SMI](https://rocm.docs.amd.com/projects/rocm_smi_lib/en/latest/) interface yet. For now only the AMD GPUs that are exposed though the [DRM kernel interface](https://wikipedia.org/wiki/Direct_Rendering_Manager) will be displayed by nvtop. It seems...

I started working on rocm-smi library support some time ago, it may make it in the next release!

I think I know why! Some GPU driver (like intel) don't provide mean utilization rate, we extrapolate it between two updates using the sum of the time spent by the...

That's the ncurses library falling back to normal characters. Have a look at the [Troubleshooting section](https://github.com/Syllo/nvtop?tab=readme-ov-file#troubleshoot) if you are using Putty or haven't installed the wide version of ncurses.

My guess is that the process name contains this string and it contains escape characters that don't work well with `ncurses` which nvtop uses to display the interface! I'll check...

Looks good, Thank you for your contribution.

Did you set the option to not display the processes using the F2 menu?

Hello, Fantastic addition! I'll try to go through the changes this weekend.

Hard to say which one is closer to what we can expect as "allocated memory". Nvtop uses the result of [nvmlDeviceGetMemoryInfo_v2](https://docs.nvidia.com/deploy/nvml-api/group__nvmlDeviceQueries.html#group__nvmlDeviceQueries_1g387248458ef4dfe9afe425280f420f41) coming directly from the driver! The value nvtop displays...