Skip to content
Raffaello Bonghi edited this page Jul 18, 2020 · 18 revisions

This repository contain scripts to know the status of your NVIDIA Jetson without find the informations in your board.

jtop

This package install different scripts, services, and environment variables.

scripts:

  • 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...
  • jetson_config - the docker bridge for nvidia jetson board
  • jetson_release - Show NVIDIA Jetpack, board details and information about your NVIDIA Jetson
  • jetson_swap - Enable/Disble and show the swap status on your board

Service:

ENVs:

  • 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

Install/Update

The installation is easy and don't require more commands (Require SUDO)

sudo -H pip install -U jetson-stats

If notice your package does not works well use jetson_config

Uninstaller

To uninstall the jetson_stats run. (Require SUDO)

jetson_config --uninstall
sudo -H pip uninstall -y jetson-stats

Old scripts

jetson_docker - Wrapper to run a docker container on your board

Clone this wiki locally