Skip to content
Raffaello Bonghi edited this page May 19, 2019 · 18 revisions

This repository contain scripts to know the status of your NVIDIA Jetson without find the informations in your board. The main features are described in the next pages

  • jtop - A Dynamic interface where is showed the status of your NVIDIA Jetson. CPU, RAM, GPU status and frequency and other...
  • jetson-docker - the docker bridge for nvidia jetson board
  • jetson_variables - This script generate the easy environment variables to know which is your Hardware version of the Jetson and which Jetpack you have already installed
  • jetson_release - The command show the status and all information about your NVIDIA Jetson
  • jetson_performance - This service load jetson_clock.sh has a linux service

Install

The installation is easy and don't require more commands

sudo -H pip install jetson-stats

Update

To update use

sudo -H pip install -U jetson-stats

If the update doesn't work use

sudo -H pip install --no-cache-dir jetson-stats

Uninstaller

To uninstall the jetson_stats run. (Require SUDO)

sudo -H pip uninstall jetson-stats
Clone this wiki locally