Skip to content

Simple moving graph of CPU & GPU activity for the NVIDIA Shield

License

Notifications You must be signed in to change notification settings

chris-piekarski/gpuGraphTX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShieldInfoGraphTX

A very simple moving graph of GPU & CPU activity for the NVIDIA Shield Tegra. This allows visualization of GPU & CPU utilization over ADB.

GPU Activity Window

CPU 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:

$ ./shieldGraph.py

or:

$ python shieldGraph.py

or:

$ python3 shieldGraph.py

Release Notes

Forked from jetsonhacks on 1/15/2019

  • Use ADB for use on SHIELD
  • Add second graph for CPU usage

Initial Release May, 2018

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

About

Simple moving graph of CPU & GPU activity for the NVIDIA Shield

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%