ngputop icon indicating copy to clipboard operation
ngputop copied to clipboard

Yet another ncurses GPU utilization monitor inspired by htop

Results 14 ngputop issues
Sort by recently updated
recently updated
newest added

Use with DCH windows drivers will cause the application to not execute. Cause: path for NVIDIA NVML library is hard-coded in current released version. Update path checking logic.

bug

On CentOS 7.9, ngputop execution results in a segmentation fault. Tesla P40 / V100, Horizon 7.9 and NV driver version 430.30

bug

testing on different Linux distros, some terminals have default white background colors and others have default black. Current color scheme looks pretty bad on a white background.

enhancement

Is it planned to provide the source code for that tool, to allow custom builds? Right now, the source code packages in the 0.1.4 release only contain the `README.md` file....

Hi! It looks like the RHEL/CentOS binary version looks for `libnvidia-ml.so` whereas the NVML library that is provided by the `nvidia-driver-NVML` RPM is `libnvidia-ml.so.1`: ``` # rpm -ql nvidia-driver-NVML-410.79-1.el7.x86_64 /usr/lib64/libnvidia-ml.so.1...

This is required for capture parity with GPUProfiler

This is required for capture parity with GPUProfiler

Compute view is mainly for the NVIDIA TESLA data center GPU monitoring which are passively cooled and having fan speed is not useful. Memory controller utilization is a much more...

For each of the process that are reportedly using the GPU, display the process owner

enhancement

Exact dimensions not captured but easily reproducible. Likely cause is a divide by 0 occurring in the gauge / text sizing logic

bug