nvstats.pl - pretty nvidia GPU stats for Unix
I wanted to have a nicer view of nvidia GPU statistics, so I made this script. I realize this is overwrought compared to just stuffing the output into a couple of arrays, but I had the code lying around to munge into this. FWIW Text::CSV is now a wrapper around Text::CSV_XS, so this is now considered to be the best and fastest way to parse CSV, which would matter if you had to do a lot of it.
- Read more about nvstats.pl - pretty nvidia GPU stats for Unix
- Log in or register to post comments