- Added CLI argument
--meter
to show graphical utilization meters.
- Added CLI argument
--id
to filter the processed GPUs (it is passed tonvidia-smi
). - Changed some error text to be printed to stderr instead of on stdout.
- The program now exits with the same error code as
nvidia-smi
if its call failed.
- Added CLI argument
--user
to filter processes by selected users.
- Fixed coloring output. Thanks @tomix1024 !
- Maintenance release.
- Fixed output when there are processed with PIDs >= 1M.
- Fixed outputting commands longer than 100 characters.
- No change, just re-release.
- Released on Jan 17 2021.
- Released on PyPi.
- Basic functionality, supports reading nvidia-smi from stdin, or calling it internally if not stdin is provided.