All Projects → jetsonhacks → gpuGraphTX

jetsonhacks / gpuGraphTX

Licence: MIT license
Simple moving graph of GPU activity for the Jetson TX1 and Jetson TX2

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gpuGraphTX

DLARM
DLARM: Dissertation for Computer Science Masters Degree at UFRGS
Stars: ✭ 24 (-73.91%)
Mutual labels:  jetson-tx1, jetson-tx2, nvidia-jetson-tx2
Jetson Inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Stars: ✭ 5,191 (+5542.39%)
Mutual labels:  jetson-tx1, jetson-tx2
installTensorFlowJetsonTX
Install TensorFlow on the NVIDIA Jetson TX1 or TX2 from the provided wheel files
Stars: ✭ 79 (-14.13%)
Mutual labels:  jetson-tx1, jetson-tx2
installROS
Install ROS Melodic on NVIDIA Jetson Development Kits
Stars: ✭ 75 (-18.48%)
Mutual labels:  jetson-tx1, jetson-tx2
jetson-tx2-pytorch
Installing PyTorch on the Nvidia Jetson TX1/TX2
Stars: ✭ 74 (-19.57%)
Mutual labels:  jetson-tx1, jetson-tx2
installACMModule
Install the CDC ACM and USB to Serial Modules for the Jetson TX1 or Jetson TX2 Development Kit
Stars: ✭ 28 (-69.57%)
Mutual labels:  jetson-tx1, jetson-tx2
jetson csi cam
A ROS package making it simple to use CSI cameras on the Nvidia Jetson TK1, TX1, or TX2 with ROS.
Stars: ✭ 95 (+3.26%)
Mutual labels:  jetson-tx1, jetson-tx2
jetsonUtilities
Get information about the NVIDIA Jetson OS environment. Lists L4T and JetPack versions, along with major libraries.
Stars: ✭ 171 (+85.87%)
Mutual labels:  jetson-tx1, jetson-tx2
buildLibrealsense2TX
Build librealsense 2.0 library on the NVIDIA Jetson TX Development kit. Intel RealSense D400 series cameras.
Stars: ✭ 54 (-41.3%)
Mutual labels:  nvidia-jetson-tx1, nvidia-jetson-tx2
smart-social-distancing
Social Distancing Detector using deep learning and capable to run on edge AI devices such as NVIDIA Jetson, Google Coral, and more.
Stars: ✭ 129 (+40.22%)
Mutual labels:  jetson-tx2, nvidia-jetson-tx2
installRACECARJ
Install the ROS stack, MIT RACECAR Packages, and hardware support on RACECAR/J.
Stars: ✭ 28 (-69.57%)
Mutual labels:  jetson-tx1, jetson-tx2
TX2 StereoSLAM
🍀 Develop a SLAM algorithm based on ORB_SLAM2 along with TX2、ZED2、ROS and a mobile platform
Stars: ✭ 21 (-77.17%)
Mutual labels:  jetson-tx2
Tensorflow-for-Jetson-TX2
Tensorflow for Jetson TX2
Stars: ✭ 29 (-68.48%)
Mutual labels:  jetson-tx2
lane detection
Lane detection for the Nvidia Jetson TX2 using OpenCV4Tegra
Stars: ✭ 15 (-83.7%)
Mutual labels:  jetson-tx2
tx2-flash
Guidance to flash JetPack to NVIDIA TX2 with Mac through a VirtualBox (VM)
Stars: ✭ 40 (-56.52%)
Mutual labels:  jetson-tx2
ros jetson stats
🐢 The ROS jetson-stats wrapper. The status of your NVIDIA jetson in diagnostic messages
Stars: ✭ 55 (-40.22%)
Mutual labels:  jetson-tx2
Autonomous-RC-Car
Self-driving RC Car ROS Software
Stars: ✭ 17 (-81.52%)
Mutual labels:  jetson-tx2
dd performances
DeepDetect performance sheet
Stars: ✭ 92 (+0%)
Mutual labels:  jetson-tx1
Torch2trt
An easy to use PyTorch to TensorRT converter
Stars: ✭ 2,974 (+3132.61%)
Mutual labels:  jetson-tx2
homesecurity
Security camera with Raspberry pi and NVIDIA Jetson platforms
Stars: ✭ 141 (+53.26%)
Mutual labels:  jetson-tx2

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

Monitoring from host machine

Provide 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 [email protected]

Release Notes

Initial Release May, 2018

  • L4T 28.2 (JetPack 3.2)
  • Tested on Jetson TX2
  • Tested on Jetson TX1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].