Skip to main content

Interactive system-monitor and process viewer for all NVIDIA Jetson [Xavier NX, Nano, AGX Xavier, TX1, TX2]

Project description

Jetson stats

PyPI - Downloads PyPI version PyPI - Python Version PyPI - Format CI & CD

Twitter Follow robo.panther

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

:sparkling_heart: Sponsor jetson-stats

When you install jetson-stats are included:

Read the Wiki for more detailed information or read the package documentation.

Install

sudo -H pip3 install -U jetson-stats

🚀 That's it! 🚀

PS: Don't forget to reboot your board

You can run jtop in your python script read here

Virtual environment

If you need to install in a virtual environment like virtualenv, you must install before in your host and after in your environment, like:

virtualenv venv
source venv/bin/activate
pip install -U jetson-stats

Docker

You can run jetson_stats, but you must install before in your host

You can test running on your terminal

docker pull rbonghi/jetson-stats
docker run -v /run/jtop.sock:/run/jtop.sock rbonghi/jetson-stats

or you can add in your Dockerfile writing:

FROM python:3-buster
RUN pip install -U jetson-stats

Troubleshooting

If you reach the error below:

sudo: pip: command not found

You need to install pip before to install jetson-stats

sudo apt-get install python3-pip
sudo -H pip3 install -U jetson-stats

REMIND to pass /run/jtop.sock:/run/jtop.sock when you run your docker container.

jtop

It is a system monitoring utility that runs on the terminal and see and control realtime the status of your NVIDIA Jetson. CPU, RAM, GPU status and frequency and other...

The prompt interface will be show like this image, now clickable!: jtop

You can run the jtop simple using a simple command jtop

YES! Sudo is not more required!

nvidia@jetson-xavier-nx:~/$ jtop

Other options are available with -h option:

nvidia@jetson-xavier-nx:~/$ jtop -h
usage: jtop [-h] [--no-warnings] [--restore] [--loop] [-r REFRESH] [-p PAGE]
            [-v]

jtop is system monitoring utility and runs on terminal

optional arguments:
  -h, --help            show this help message and exit
  --no-warnings         Do not show warnings (default: False)
  --restore             Reset Jetson configuration (default: False)
  --loop                Automatically switch page every 5s (default: False)
  -r REFRESH, --refresh REFRESH
                        refresh interval (default: 500)
  -p PAGE, --page PAGE  Open fix page (default: 1)
  -v, --version         show program's version number and exit

You can change page using left, right arrow or TAB to change page.

Pages

jtop have four different pages to control your NVIDIA Jetson:

  1. ALL Are collected all information about your board: CPUs status, Memory, GPU, disk, fan and all status about jetson_clocks, NVPmodel and other
  2. GPU A real time GPU history about your NVIDIA Jetson
  3. CPU A real time CPU plot of NVIDIA Jetson
  4. MEM A real time Memory chart and swap monitor
  5. CTRL Enable/Disable jetson_clocks, nvpmodel or fan directly from here
  6. INFO All information about libraries, CUDA, Serial Number, interfaces, ...

Controls

To control the your NVIDIA Jetson are available this keyboard commands:

In page 4 MEM:

  • c Clear cache
  • s Enable/Disable extra swap
  • + and - Increase and decrease swap size

In page 5 CTRL:

  • a Start/Stop jetson_clocks service (Note: jetson_clocks start only after 60s from up time)
  • e Enable/Disable jetson_clocks on board boot
  • + and - Increase and decrease the NVPmodel
  • f Manual/jetson_clocks mode for your fan
  • p and m Increase and decrease the Fan speed

jetson_config

Check jetson-stats health, enable/disable desktop, enable/disable jetson_clocks, improve the performance of your wifi are available only in one click using jetson_config

jetson_config

jetson_release

The command show the status and all information about your NVIDIA Jetson

jtop

jetson_swap

Simple manager to switch on and switch off a swapfile in your jetson.

nvidia@jetson-nano:~/$ sudo jetson_swap -h
usage: createSwapFile [[[-d directory ] [-s size] -a] | [-h] | [--off]]
  -d | --dir    <directoryname> Directory to place swapfile
  -n | --name   <swapname> Name swap file
  -s | --size   <gigabytes>
  -a | --auto   Enable swap on boot in /etc/fstab 
  -t | --status Check if the swap is currently active
  --off         Switch off the swap
  -h | --help   This message

jetson variables

When you install jetson-stats in your bash will be available a list of new environment variables to know which which hardware version is available are you working, which Jetpack is installed and other variable show below

jtop

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jetson-stats-4.0.0rc3.tar.gz (89.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page