jetson-stats#

jetson-stats is a package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series. Works with all NVIDIA Jetson ecosystem.

_images/jtop.gif

Installing#

jetson-stats can be installed with pip

sudo pip3 install -U jetson-stats

Don’t forget to logout/login or reboot your board

πŸš€ That’s it! πŸš€

Run#

Start jtop it’s pretty simple just write jtop!

jtop

A simple interface will appear on your terminal, more capabilities are documented at πŸ“Š jtop page.

Advanced usage#

The more in-depth πŸ‘¨β€πŸ’» Advanced Usage guide is the place to jtop such a python library and use for your project.

from jtop import jtop

with jtop() as jetson:
   # jetson.ok() will provide the proper update frequency
   while jetson.ok():
      # Read tegra stats
      print(jetson.stats)

The πŸ“– API Reference documentation provides API-level documentation.

Compatibility#

jetson-stats is compatible with:

  • NVIDIA Clara AGX (experimental)

  • NVIDIA Jetson Orin Series
    • NVIDIA Jetson Orin Nano

    • NVIDIA Jetson Orin NX

    • NVIDIA Jetson AGX Orin

    • NVIDIA Jetson IGX Orin (experimental)

  • NVIDIA Jetson Xavier Series
    • NVIDIA Jetson AGX Xavier Industrial

    • NVIDIA Jetson AGX Xavier

    • NVIDIA Jetson Xavier NX

  • NVIDIA Jetson Nano

  • NVIDIA Jetson TX Series
    • NVIDIA Jetson TX2 NX

    • NVIDIA Jetson TX2i

    • NVIDIA Jetson TX2

    • NVIDIA Jetson TX1

  • NVIDIA Jetson TK1

  • Nintendo Switch

If you need a specific Compatibility open an issue.

License#

jetson-stats is made available under the AGPL-3.0 license. For more details, see LICENSE.

Contributing#

We happily welcome contributions, please see ✨ Contributing for details.