gpustat icon indicating copy to clipboard operation
gpustat copied to clipboard

📊 A simple command-line utility for querying and monitoring GPU status

Results 46 gpustat issues
Sort by recently updated
recently updated
newest added

I think it's better to display the running time of every process!

new feature
contributions welcome

close #9 We can specific colors on the command line by this PR. If you have more better idea, please let me know :) ```bash # usage gpustat --custom-colors CName=white...

When using gpustat with MIG(Multi-Instance GPU) in Kubernetes we are not able to get metrics. When running gpustat we get the main gpu name but not metrics about RAM. ![20210622_17h55m12s_grim](https://user-images.githubusercontent.com/33733022/122959712-672b4e80-d383-11eb-8520-ce07fd250509.png)...

new feature
contributions welcome

I guess the behaviour should change the output from `gpustat [0] GeForce GTX 1080 Ti | 32'C, 0 % | 10795 / 11172 MB ` to `gpustat --gpuname-width 10 [0]...

new feature
contributions welcome

`nvidia-smi` has a flag/argument to query and monitor just one GPU using `nvidia-smi -id=` I don't see any such flag or option for `gpustat` It is usually helpful when let's...

new feature

Hi! I'm observing `gpustat` as a soft dependency for `ray-project`, and because currently released version (`0.6.0`) is not installable on Windows I'm facing hard times enabling this dependency in `conda-forge`....

Can I get the information about the GPU utilization of each user?

new feature
contributions welcome

This PR attempts to fix #54. Still WIP. * Make pynvml remains loaded and alive * Do not query power usage if `-P` option is not given.

Followup of #18 --- I think it would be great to have an option to exclude graphics application (i.e. show only CUDA/computing processes). Something like `--exclude-graphics` @kapsh What do you...

new feature

When some of the GPUs are lost and unavailable but the others are not, we should show the rest of unlost GPUs rather than throwing an error.

enhancement