A very simple moving graph of GPU activity for the NVIDIA Jetson TX1 and Jetson TX2. This allows visualization of GPU utilization.
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-matplotlibFor Python 3, Matplotlib may be installed as follows:
$ sudo apt-get install python3-matplotlibYou can run the app:
$ ./gpuGraph.pyor:
$ python gpuGraph.pyor:
$ python3 gpuGraph.pyProvide user@ip as a command line argument when calling gpuGraph.py with the user and ip address of the Jetson board. A password of user will be prompted. It uses ssh to retrieve the GPU information from the Jetson board:
$ ./gpuGraph.py user@192.168.0.123Initial Release May, 2018
- L4T 28.2 (JetPack 3.2)
- Tested on Jetson TX2
- Tested on Jetson TX1
