jetson_stats is a Python package for monitoring and controlling NVIDIA Jetson boards. It supports Jetson platforms such as Orin, Xavier, Nano, TX, and newer Jetson families. The project includes jtop, a terminal-based dashboard that gives users a live view of CPU, GPU, memory, power, temperature, engine usage, and system status. It can also be imported into Python scripts, which makes it useful for custom monitoring, robotics dashboards, automation, and diagnostics. Developers working with embedded AI systems can use it to understand performance limits and troubleshoot hardware behavior during deployment. Its main value is giving Jetson users a practical, readable, and scriptable view of board health and resource usage.
Features
- NVIDIA Jetson monitoring package
- jtop terminal dashboard
- CPU, GPU, memory, and power stats
- Temperature and engine visibility
- Python library integration
- Useful for robotics and edge AI diagnostics