Skip to content

Simple moving graph of GPU activity for the Jetson Nano Developer Kit

License

Notifications You must be signed in to change notification settings

JetsonHacksNano/gpuGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gpuGraph

A very simple moving graph of GPU activity for the NVIDIA Jetson Nano Developer Kit. This allows visualization of GPU utilization.

GPU Activity Window

The graph is implemented as an animated Python Matplotlib graph. The app requires the Python Matplotlib library.

For Python 2.7, Matplotlib may be installed as follows:

$ sudo apt-get install python-matplotlib

For Python 3, Matplotlib may be installed as follows:

$ sudo apt-get install python3-matplotlib

You can run the app:

$ ./gpuGraph.py

or:

$ python gpuGraph.py

or:

$ python3 gpuGraph.py

Release Notes

Initial Release March, 2019

  • L4T 232.1.0 (JetPack 4.2)
  • Tested on Jetson Nano Developer Kit

About

Simple moving graph of GPU activity for the Jetson Nano Developer Kit

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages