rbonghi/jetson_stats
📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
What it solves
It provides a way to monitor and control NVIDIA Jetson hardware (Thor, Orin, Xavier, Nano, TX series), allowing users to track system performance and manage hardware settings without needing superuser privileges for daily operation.
How it works
The project offers two primary interfaces: a standalone terminal application called jtop for real-time visualization, and a Python library that can be imported into scripts to programmatically access hardware statistics.
Who it’s for
Developers and engineers working with NVIDIA Jetson boards for AI and robotics applications who need to monitor CPU, GPU, and memory usage or control system components like fans and power models.
Highlights
- Real-time monitoring of CPU, GPU, memory, engines, and fans.
- Control over fan speed, NVP models, and
jetson_clocks.
- Ability to decode hardware architecture, L4T, and NVIDIA Jetpack versions.
- Support for Docker containers via socket passing.
- Compatible with all NVIDIA Jetpack versions.
Related
- Project
XuehaiPan/nvitopAn interactive NVIDIA GPU process viewer and monitor that provides real-time resource tracking and process management beyond the capabilities of nvidia-smi.
- Project
anduril/jetpack-nixosjetpack‑nixos is a NixOS module that packages NVIDIA JetPack (firmware, kernel, CUDA, TensorRT, multimedia and power‑management tools) for Jetson developer kits, providing flash scripts, ISO builders, OTA capsule updates, and container integration so you can run a fully declarative, reproducible NixOS system on supported Jetson devices.
- Project
psalias2006/gpu-hotA lightweight, self-hosted real-time NVIDIA GPU monitoring dashboard that supports single-machine or multi-node cluster tracking.
- Project
dusty-nv/jetson-containersjetson‑containers is a modular Docker‑based build system that supplies ready‑made, CUDA‑compatible AI/ML, robotics, and simulation packages for NVIDIA Jetson edge devices. It lets you pick frameworks (PyTorch, TensorFlow, LLM toolkits, ROS, etc.), build a single container with a single command, and run it with NVIDIA runtime defaults. Ideal for developers and researchers who need reproducible, high‑performance AI environments on Jetson hardware.
- Project
wentbackward/nv-monitorA lightweight, zero-dependency monitoring tool for NVIDIA GPU systems that provides a TUI, CSV logging, and a Prometheus exporter for tracking CPU, GPU, and memory metrics.