Jetson Stats Versions Save

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series

4.2.4

4 months ago

jetson-stats now run on Jetpack 6.0 DP and other contributions are merge to jetson-stats!

Update jetson-stats to latest 4.2.4 release

sudo pip3 install -U jetson-stats

🙏 Thank you everybody for your help!

Screenshot from 2024-01-04 16-22-29

What's Changed

New Contributors

Full Changelog: https://github.com/rbonghi/jetson_stats/compare/4.2.3...4.2.4

4.2.0

1 year ago

🚀 Space weekend!

🧑‍🚀 "Cape Canaveral, a new jtop is landed here!"

sudo pip3 install -U jetson-stats

NOTE: maybe you need time to switch off and reboot the system

jtop

A new powerful version is more efficient, and more robust with more data and a new stable API, but let's start step by step:

  • jtop now is tegrastatsless. Directly dump from your NVIDIA Jetson all data
  • optimized jetson_clocks, need less time to know if jetson_clocks is enabled
  • optimized nvpmodel wrapper, you can change the model and now which is the default configuration
  • new fan controller. Now jtop wrap nvfancontrol, new profiles are available on your board
  • enable/disable 3D scaling on your NVIDIA Jetson GPU
  • new process function
  • new JSON output
  • new fresh, and clear documentation
  • all jtop pages are updated
    • ALL page now show all processes running on GPU
    • GPU page now show also the GPU RAM
    • MEM now show clear cache and you can create more than one swap (bootable or not)
    • Serial Number is hidden by default. Now is simple to share a screenshot from jtop

Happy new jtop 4.2

4.1.0

1 year ago

Great Scott!!! Engines, and a new INFO page, which is located with more details information about the "699-level part number", part number, module type, and others! jtop

Let's go in order about all the new features:

  • New Engine page (picture below)
    • All engines available on your NVIDIA Jetson. This page is automatically generated from the engines available on your board
    • This page show: Min frequency, Max frequency and Current running frequency
    • If the engine is running the linear gauge appears Green
  • Updated Info page (picture below)
    • New variables are available on your board
    • 699 level part number
    • Part number
    • Module
    • Model
  • New documentation page: https://rnext.it/jetson_stats/
  • Optimized installation
  • Jetpack 5.1 now detected
  • Fixes: #337 #333 #341 #338 #328 #327 #345 #331 #334 #335 #330 #340 #83 #344

Screenshot from 2023-01-25 11-15-18 Screenshot from 2023-01-25 11-15-29

What's Changed

Full Changelog: https://github.com/rbonghi/jetson_stats/compare/4.0.0...4.1.0

4.0.0

1 year ago

🚀 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:

sudo -H pip install -U jetson-stats

NOTE: maybe need time to switch off and reboot the system

Major updates:

  1. Support for NVIDIA Jetpack 5
  2. Support for NVIDIA Jetson Orin series
  3. New hardware engines table
  4. New support for multiple GPU
  5. New support for memory GPU processes
  6. Increase support for Docker
  7. Rearranged and optimized charts
  8. Optimized control nvpmodel
  9. Optimized API for jtop library

jtop

NVIDIA Jetson Orin example page: Screenshot from 2023-01-05 20-21-52

Major fixes

#170 #175 #234 #163 #197 #231 #187 #228 #130 #236 #212 #171

What's Changed

New Contributors

Full Changelog: https://github.com/rbonghi/jetson_stats/compare/3.1.4...4.0.0

4.0.0rc3

1 year ago

⚠️ Now, jetson-stats works with the new Jetpack 5.0. Many bugs are fixed, but the jtop is NOT STABLE yet. If you want to test, please write:

sudo -H pip install jetson-stats==4.0.0rc3

Major fixes:

  • #170
  • #175
  • #234
  • #163
  • #197
  • #231
  • #187
  • #228
  • #130
  • #236
  • #212
  • #171

All suggestions or bugs found are welcome!

Screenshot from 2022-12-31 13-13-18 Screenshot from 2022-12-31 13-14-11 Screenshot from 2022-12-31 13-14-25

What's Changed

New Contributors

Full Changelog: https://github.com/rbonghi/jetson_stats/compare/3.0.0...4.0.0rc3

4.0.0rc2

1 year ago

⚠️ Now, jetson-stats works with the new Jetpack 5.0. Many bugs are fixed, but the jtop is NOT STABLE yet. If you want to test, please write:

sudo -H pip install jetson-stats==4.0.0rc2

Major fixes:

  • #170
  • #175
  • #234
  • #163
  • #197
  • #231
  • #187
  • #228
  • #130
  • #236
  • #212
  • #171

All suggestions or bugs found are welcome!

image

What's Changed

New Contributors

Full Changelog: https://github.com/rbonghi/jetson_stats/compare/3.0.0...4.0.0rc2

4.0.0rc1

1 year ago

⚠️ Now, jetson-stats works with the new Jetpack 5.0. Many bugs are fixed, but the jtop is NOT STABLE yet. If you want to test, please write:

sudo -H pip install jetson-stats==4.0.0rc1

All suggestions or bugs found are welcome!

image

What's Changed

New Contributors

Full Changelog: https://github.com/rbonghi/jetson_stats/compare/3.0.0...4.0.0rc1

3.0.0

3 years ago

YES! Finally you can run jtop

Main features

  • sudo is no required #67
  • Shared memory. You can read how many memory is used from your GPU #68
  • Improved fan control. Now you can select which functionality you want use in your board #41

Library update

  • All jtop methods now are dictionaries. You can integrate in your python script and log on pandas or on a csv file
  • You can change NV Power mode only writing the name or use the ID only changing a variable
  • You can enable and disable jetson_clocks with a simple True/False
  • Change fan status or speed with a variable
  • Enable or disable a swap
  • Completely update the jtop API documentation jtop, clear and simple!

jtop

2.1.0

3 years ago

This new version add a new page on jtop. Now you can monitor CPUs in a page!

New features:

  • CPU page
  • All buttons and menu in jtop are now clickable
  • Detect coming Jetpack 4.4
  • Minor fixes GUI
  • Add CPU info method
  • Add JETSON_MODULE

jtop

2.0.0

4 years ago

This new release improve the performance of jtop jtop

New script jetson_config available on your shell:

  • manage the health of this package
  • enable/disable desktop
  • improve wifi
  • control jetson_clocks (like jtop)

jetson_config Fix some bugs:

  • jtop not working #49
  • Check status jetson_clocks #36
  • jtop should not print Total value as sum of POM_5V_IN, POM_5V_GPU and POM_5V_CPU #51