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 powerful tool to analyze your board, you can use with a stand alone application with jtop or import in your python script, the main features are:
Starred by 2.6K users
Forked by 327 users
Languages Python 91.1% | Shell 8.8% | Dockerfile 0.1%
A method to install jtop on Thor without --break-system-packages
Here’s two bash shell scripts that will clone github.com/rbonghi/jetson_stats make modifications to enable JTOP to be run with ‘sudo jtop’ on Jetson Thor and modify the python files to allow jtop to report on Thor. The idea to use NVML to access Thor came from eous’ pr github.com/rbongh... More on forums.developer.nvidia.com
Jetson stats (jtop)
Is there any way to analyse data for a particular process running using jtop command(jetson stats package). More on forums.developer.nvidia.com
Bash Script Keeps Logging Data After Application Stops Running
In reading around, it seems python does not register a handler for the SIGTERM signal. (The default when using kill $PID)
If you modify your kill line to be:
kill -9 $PID1
It should actually work a bit better - hopefully :-)
More on reddit.comjetson-stats 3.0
Thanks for the hard work! More on reddit.com
Videos
04:43
Jtop: The Tool Jetson Pros Use. Do you? - YouTube
01:35
FIX: "Jetpack Not Installed" on jtop for Jetson (JetPack 6.2.1) ...
09:55
[科研培训] 英伟达Jetson开发平台系统监测工具Jestion ...
13:41
[Research Training] Nvidia Jetson Platform: Jestion stats (jtop) ...
05:17
GPU Activity Monitor - NVIDIA Jetson TX Development Kit - YouTube
PyPI
pypi.org › project › jetson-stats
jetson-stats · PyPI
jetson-stats is a powerful tool to analyze your board, you can use with a stand alone application with jtop or import in your python script, the main features are:
» pip install jetson-stats
Published Mar 19, 2025
Version 4.3.2
Repository https://github.com/rbonghi/jetson_stats
Homepage https://rnext.it/jetson_stats
GitHub
github.com › rbonghi › jetson_stats › blob › master › jtop › jtop.py
jetson_stats/jtop/jtop.py at master · rbonghi/jetson_stats
The :py:class:`~jtop.core.gpu.GPU` class is readable such a :py:class:`dict` where for each key are colleted all metrics for each GPU. ... GPC :py:class:`list` List GPC frequency in **kHz** (Available for Orin series) ========== =================== ============================================== ... All NVIDIA Jetson have one ore more integrate three-channel `INA3221 <https://www.ti.com/product/INA3221>`_ to measure the power consumption.
Author rbonghi
jetson-stats
rnext.it › jetson_stats › jtop › jtop.html
📊 jtop - jetson-stats 7.1.5
GPU A real time GPU history about your NVIDIA Jetson ... In this page are summarized all information about your board. CPU For each CPU in this page the color is the percentage of utilization of: (summarized page 3) ... In this page the GPU status. A detailed documentation of this output is available at jtop.jtop.gpu
InfluxData
influxdata.com › home › the nvidia jetson series - part 1 (jetson-stats)
The NVIDIA Jetson Series - Part 1 (Jetson-Stats) | InfluxData
October 6, 2021 - # Import jtop python library. We will use this to access the Jetson_Stats service. from jtop import jtop import json, datetime if __name__ == "__main__": with jtop() as jetson: # jetson.stats provides our system measurements as type dict. tmp = jetson.stats # time and uptime are proved as time objects.
jetson-stats
rnext.it › jetson_stats › reference › jtop.html
jtop - jetson-stats 7.1.5
Fan status and control. This property show speed, rpm and control every fan on your board · The Fan class is readable such a dict where for each key are colleted all metrics for each Fan. If you are working with Jetpack 5 or higher, the fan profile map nvfancontrol nvfancontrol ... with jtop() as jetson: if jetson.ok(): # Print profile print(jetson.fan.profile) # Set new profile jetson.fan.profile = 'quiet' # Read speed print(jetson.fan.speed) # Set new speed jetson.fan.speed = 90
GitHub
github.com › SamGit001 › jetson_stats_jtop
GitHub - SamGit001/jetson_stats_jtop: 📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
jetson-stats is a powerful tool to analyze your board, you can use with a stand alone application with jtop or import in your python script, the main features are:
Author SamGit001
NVIDIA Developer Forums
forums.developer.nvidia.com › robotics & edge computing › jetson systems › jetson thor
A method to install jtop on Thor without --break-system-packages - Jetson Thor - NVIDIA Developer Forums
September 6, 2025 - Here’s two bash shell scripts that will clone github.com/rbonghi/jetson_stats make modifications to enable JTOP to be run with ‘sudo jtop’ on Jetson Thor and modify the python files to allow jtop to report on Thor. The idea to use NVML to access Thor came from eous’ pr github.com/rbongh...
NVIDIA Developer Forums
forums.developer.nvidia.com › robotics & edge computing › jetson systems › jetson nano
Jetson stats (jtop) - Jetson Nano - NVIDIA Developer Forums
June 3, 2022 - Is there any way to analyse data for a particular process running using jtop command(jetson stats package).
GitHub
github.com › rbonghi › jetson_stats › wiki › jtop
jtop · rbonghi/jetson_stats Wiki · GitHub
📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series - jtop · rbonghi/jetson_stats Wiki
Author rbonghi
GitHub
github.com › rbonghi › jetson_stats › tree › master › jtop
jetson_stats/jtop at master · rbonghi/jetson_stats
📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series - jetson_stats/jtop at master · rbonghi/jetson_stats
Author rbonghi
GitHub
github.com › rbonghi › jetson_stats › blob › master › jtop › __main__.py
jetson_stats/jtop/__main__.py at master · rbonghi/jetson_stats
📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series - rbonghi/jetson_stats
Author rbonghi
SourceForge
sourceforge.net › projects › jetson-stats.mirror
jetson-stats download | SourceForge.net
3 weeks ago - 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.
GitHub
github.com › rbonghi › jetson_stats › releases
Releases · rbonghi/jetson_stats
🚀 jetson-stats works with NVIDIA Jetpack 5 and NVIDIA Jetson Orin series! Many bugs are fixed, and new features have been added to work more stable with python 3.6, 3.8, 3.9, 3.10 · You need only to update jtop using the following command:
Author rbonghi