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

Start

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

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 3 MEM:

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

In page 4 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

More details are written below

ALL

jtop

Are collected all information about your board:

  • CPUs status
  • Memory
  • GPU
  • disk
  • fan
  • jetson_clocks
  • NVPmodel (if present in your board)
  • Voltages
  • Power

jtop

GPU

A real time GPU history about your NVIDIA Jetson. From this page you can monitor the status of your board in the last 10seconds

jtop

MEM

A real time Memory chart and swap monitor

jtop

CTRL

From this page you can control your board, know and change the status of:

  • jetson_clocks service
  • change the state of your NVPmodel
  • Read the actual speed the FAN installed in your board

jtop

INFO

From this page are available all informations from your NVIDIA Jetson regardings:

  • Jetpack
  • Hardware
  • Libraries
    • CUDA
    • Visionworks
    • OpenCV
    • cuDNN
  • Hostname
  • host interfaces

jtop

Clone this wiki locally