Skip to content

Plot system resource usage to identify bottleneck on deep learning system resources like GPU, CPU, Disks and so on

License

Notifications You must be signed in to change notification settings

MaheshPunjabi/mlobserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mlobserve

Plot system resource usage of your deep learning system resources like GPU, CPU, Disks

image

Collect data with:

python3 observe.py

Start model now

Optionally, terminate observe.py to stop data collection:

Ctrl+C

Plot resource usage:

python3 showplot.py

Requirements:

Ubuntu's sysstat package:

sudo apt install sysstat

NOTE: Activate conda/venv prior to next steps.

NVIDIA nvidia-ml-py

pip install nvidia-ml-py

Python dependencies:

pip install matplotlib
pip install pandas

About

Plot system resource usage to identify bottleneck on deep learning system resources like GPU, CPU, Disks and so on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages