raaka1 / gpuGraphTX

Simple moving graph of GPU activity for the Jetson TX1 and Jetson TX2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpuGraphTX

A very simple moving graph of GPU activity for the NVIDIA Jetson TX1 and Jetson TX2. 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 May, 2018

  • L4T 28.2 (JetPack 3.2)
  • Tested on Jetson TX2
  • Tested on Jetson TX1

About

Simple moving graph of GPU activity for the Jetson TX1 and Jetson TX2

License:MIT License


Languages

Language:Python 100.0%