Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sthysel/jtx2-tools
nvidia jtx/xavier GPU monitor tool
https://github.com/sthysel/jtx2-tools
cuda nvidia txt2 xavier
Last synced: 15 days ago
JSON representation
nvidia jtx/xavier GPU monitor tool
- Host: GitHub
- URL: https://github.com/sthysel/jtx2-tools
- Owner: sthysel
- License: mit
- Created: 2019-04-16T03:11:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T03:16:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T22:08:15.395Z (16 days ago)
- Topics: cuda, nvidia, txt2, xavier
- Language: Python
- Homepage:
- Size: 2.25 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tools for use on the Jetson tegra TX2 Nvidia edge compute node (JTX2)
Specifically the AAEON form-factor.
## jtx2-show-gpu
![GPU Tracker](docs/pics/activity.png)
This tool displays the current GPU usage verifying that the GPU core and supporting libraries are actually in
use.`$ jtx2-show-gpu --help`
```zsh
Usage: jtxt2-show-gpu [OPTIONS]
Plot JTX2 GPU usage
Options:
--version Show the version and exit.
-i, --interval INTEGER Update graph rate in ms [default: 250]
-f, --gpu-load-file TEXT Load file [default: /sys/devices/gpu.0/load]
--help Show this message and exit.
```# Install
Tools are packaged as typical setuptools packaged applications.
Clone repo and do `$ pip install . ` in virtualenv. Tool is available as
`jtx2-show-gpu` in path.# Resources
- https://github.com/jetsonhacks/gpuGraphTX