Skip to content

Handy python project to logg your NVIDIA-SMI data and plott it to PNG image.

License

Notifications You must be signed in to change notification settings

FloHofstetter/Nvidia-Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvidia-Log

Python Project to log and plot NVIDIA-SMI data.

Getting started:

1. Install required packages

They only required packages are matplotlib and nvsmi
pip install requirements.txt

2. Logg your GPUs

Files are named GPU-<gpu-id>_<date>_<time>.csv
python3 log.py

3. Plot your GPU logs

Files are named with respect to the last comand line argument.
python3 plot.py <logfile_0.csv> <logfile_1.csv> <logfile_n.csv>

About

Handy python project to logg your NVIDIA-SMI data and plott it to PNG image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages