gpustat
gpustat copied to clipboard
📊 A simple command-line utility for querying and monitoring GPU status
I think it's better to display the running time of every process!
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. ...
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]...
`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...
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?
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...
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.