🌐
GitHub
github.com › rbonghi › jetson_stats
GitHub - rbonghi/jetson_stats: 📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
jetson-stats is a package for monitoring and control your NVIDIA Jetson [Thor, Orin, Xavier, Nano, TX] series.
Starred by 2.6K users
Forked by 327 users
Languages   Python 91.1% | Shell 8.8% | Dockerfile 0.1%
🌐
NVIDIA Developer
developer.nvidia.com › embedded › community › jetson-projects › jetson_stats
Jetson Stats | NVIDIA Developer
jetson-stats is a package for monitoring and controlling your NVIDIA Jetson [Orin, Xavier, Nano, TX] series. jetson-stats is a powerful tool to analyze your board, and you can use it with a stand-alone application with jtop or import in your ...
Discussions

Jetson Stats - Memory Tap
hello, i wanted to know what does the cached and buffers represent in the jetson stats More on forums.developer.nvidia.com
🌐 forums.developer.nvidia.com
4
0
May 11, 2024
jetson-stats not supported for [L4T 36.4.7]
Please update jetson-stats with new jetpack Linux for Tegra L4T: 36.4.7 Jetson-Stats Version: 4.3.2 More on github.com
🌐 github.com
1
January 17, 2026
Anything better than tegrastats or jetson-stats for monitoring?

This can be done easily in one line:

echo "RAM,SWAP" > stats.csv && tegrastats | while read a; do echo "$a" | awk -F "[/ ]" '{OFS=","}{print $2,$7}' >> stats.csv; done

will stream RAM and SWAP usage to a comma-delimited CSV file named stats.csv with column headers in the first row structured like this:

RAM,SWAP

2209,100

2214,100

2214,100

2214,100

2214,100

2214,100

2214,100

You can adapt this easily to your needs by adding additional column headers in the echo part and extracting said columns in the print part.

A little explanation:

- The $2 in the print part extracts the second column from tegrastats

- The -F "[/ ]" makes sure to segment the output by spaces and forward-slashes

- The while read loop is for unbuffering the output from tegrastats

- To follow the transformation execute the first row in this post in one terminal, open another terminal and enter tail -f stats.csv (in the same directory) to see the output streaming into the stats.csv file

Cheers

More on reddit.com
🌐 r/JetsonNano
3
7
July 24, 2019
Monitor GPU usage
Hi, Is there any way to monitor GPU usage on the Jetson Nano for evaluation purposes? More on forums.developer.nvidia.com
🌐 forums.developer.nvidia.com
9
0
March 30, 2019
🌐
NVIDIA Isaac ROS
nvidia-isaac-ros.github.io › v › release-3.1 › concepts › jetson_stats › index.html
Jetson Stats — isaac_ros_docs documentation
The Isaac ROS Jetson Stats package wraps the output from the jetson_stats package and publishes a diagnostic message with the status of your device. It remaps all board statuses to the desired format for more accessible analysis and monitoring · jetson-stats is a powerful tool to analyze your ...
🌐
jetson-stats
rnext.it › jetson_stats
jetson-stats 7.1.5
jetson-stats is a package for monitoring and control your NVIDIA Jetson [Thor, Orin, Xavier, Nano, TX] series. Works with all NVIDIA Jetson ecosystem. Installing: jetson-stats can be installed with...
🌐
JetsonHacks
jetsonhacks.com › articles › article › jtop: the ultimate tool for monitoring nvidia jetson devices
jtop: The Ultimate Tool for Monitoring NVIDIA Jetson Devices - JetsonHacks
February 8, 2023 - The jetson-stats repository on Github contains the jtop tool. The jtop tool was recently rewritten as a Python library with an API. This allows developers to include jtop functions in their applications. The jtop Python library contains a treasure trove of Jetson secrets.
🌐
SourceForge
sourceforge.net › projects › jetson-stats.mirror
jetson-stats download | SourceForge.net
3 weeks ago - 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 ...
Find elsewhere
🌐
PyPI
pypi.org › project › jetson-stats-node-exporter
jetson-stats-node-exporter · PyPI
Prometheus Node Exporter for Nvidia Jetson Devices running Jetson Stats (now including AGX Orin with JetPack 6.0)
      » pip install jetson-stats-node-exporter
    
Published   Sep 05, 2025
Version   0.1.3
🌐
GitHub
github.com › rbonghi › jetson_stats › issues › 793
jetson-stats not supported for [L4T 36.4.7] · Issue #793 · rbonghi/jetson_stats
January 17, 2026 - Please update jetson-stats with new jetpack Linux for Tegra L4T: 36.4.7 Jetson-Stats Version: 4.3.2
Author   rbonghi
🌐
Reddit
reddit.com › r/jetsonnano › anything better than tegrastats or jetson-stats for monitoring?
r/JetsonNano on Reddit: Anything better than tegrastats or jetson-stats for monitoring?
July 24, 2019 -

Hi everyone, I've been playing around with a Jetson Nano at work and really enjoying its performance. I recently discovered that it works with the Raspberry Pi POE hat (hooray, less cable management).

Anyway, I'm currently searching for a tool that can give me the output of tegrastats/jetson-stats (e.g. things like CPU/GPU usage and temperature, power draw, etc.) in a CSV format so I can chart the data. Any solutions out there, or suggestions on how I can maybe program something to get this?

🌐
Seeed Studio
seeedstudio.com › home › monitor gpu, cpu, and other stats on jetson nano / xavier nx / tx1 / tx2
Monitor GPU, CPU, and other stats on Jetson Nano / Xavier NX / TX1 / TX2 - Latest News from Seeed Studio
July 9, 2020 - When deploying computation-intensive projects on the Jetson platform, I always want to know how to monitor the performance of the GPU, CPU, Memory, and other core components of the computer. Because it’s really important for me to know whether the project is within Jetson’s ability or should I restrict the energy consumption of my Jetson. Recently I found a project called jetson-stats on Github.
🌐
jetson-stats
rnext.it › jetson_stats › reference › gpu.html
GPU - jetson-stats 7.1.5
ros_jetson_stats · isaac_ros_jetson · Grafana plugin · Back to top · View this page · Edit this page · class jtop.core.gpu.GPU¶ · Bases: GenericInterface · This class get the output from your GPU, this class is readable like a dictionary, please read the documentation on gpu but is also usable to enable, disable 3d scaling on your device.
🌐
Gitee
gitee.com › kabobobo › jetson_stats
kabobobo/jetson_stats.git: Simple package to monitoring and control your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1]
kabobobo/jetson_stats.git: Simple package to monitoring and control your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1]
🌐
Yahoo! Finance
finance.yahoo.com › quote › FLY
Firefly Aerospace Inc. (FLY) Stock Price, News, Quote & History - Yahoo Finance
2 days ago - Firefly Aerospace Inc. operates as a space and defense technology company and provides mission solutions for national security, government, and commercial customers in United States. The company offers integrated launch and space services technology that is committed to enabling launch, transit, and operations in space.
🌐
Aetina
aetina.com › home › support › faq › is there any monitoring tool for the jetson devices?
Is there any monitoring tool for the Jetson Devices?
The tool provided by NVIDIA can be used to monitor the Jetson devices, through the Terminal window, using the command below, you can install jtop, the easiest way is to use the Python Install Package (pip) to install the jetson-stats PyPi, using the commands:
🌐
Wordpress
pulsebit.wordpress.com › 2020 › 11 › 27 › viewing-info-and-monitoring-usage-using-jetson-stats-on-jetson-nano
Viewing Info and Monitoring Usage using Jetson Stats on jetson Nano – Everything Jetson Nano
February 7, 2022 - Step 1: Install and upgrade pip3$ sudo apt-get install python3-pip$ sudo pip3 install -U pip testresources setuptools==49.6.0 Step 2: Install Jtop$ sudo -H pip3 install -U jetson-stats Step 3: Starting JtopOpen terminal and type jtop Step 4: Press 6 for Board and Library InfoInfo Details Example : 1-Jetpack version -- 4.4.12-Board details--Type - Nano (Developer…
🌐
GitHub
github.com › svcavallar › jetson-stats-grafana-dashboard
GitHub - svcavallar/jetson-stats-grafana-dashboard: A Grafana dashboard driven by a Prometheus metrics collector for monitoring NVIDIA Jetson devices · GitHub
A Grafana dashboard driven by a Prometheus metrics collector for monitoring NVIDIA Jetson devices - svcavallar/jetson-stats-grafana-dashboard
Starred by 45 users
Forked by 22 users
Languages   Python 96.2% | Shell 3.8%