A Python package for monitoring and controlling NVIDIA Jetson devices, featuring a terminal-based dashboard and library.
jetson-stats is a Python package designed for monitoring and controlling NVIDIA Jetson embedded computing boards. It provides real-time hardware metrics like CPU, GPU, and memory usage, along with system control features such as fan speed adjustment. The tool helps developers optimize performance and debug edge AI applications on Jetson devices.
Developers and engineers working with NVIDIA Jetson platforms for robotics, edge AI, computer vision, and embedded systems projects.
It offers a unified, terminal-based interface and a Python library for seamless integration, eliminating the need for superuser access and supporting Docker containers for flexible deployment.
📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Decodes board architecture, L4T version, and NVIDIA Jetpack directly, eliminating manual system checks as shown in the README's hardware decoding feature.
Provides both a standalone terminal app (jtop) and a Python library, allowing easy scripting and custom application integration for diverse workflows.
Runs in isolated containers with socket sharing, enabling monitoring in Dockerized environments without modifying host systems, as documented in the Docker section.
Operates without sudo privileges after installation, reducing security risks and simplifying deployment in production, mentioned in the user-friendly features.
Exclusive to NVIDIA Jetson hardware (Thor, Orin, Xavier, etc.), making it useless for other embedded systems and limiting cross-platform development.
Requires sudo for pip installation or manual script execution (e.g., Option 4 in README), which can be error-prone in automated or restricted setups.
Focuses on basic monitoring and fan speed adjustments; lacks features like thermal throttling customization or deep power management compared to NVIDIA's official tools.