-
-
Notifications
You must be signed in to change notification settings - Fork 268
jtop
Raffaello Bonghi edited this page Jul 18, 2020
·
12 revisions
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
jtop have four different pages to control your NVIDIA Jetson:
- ALL Are collected all information about your board: CPUs status, Memory, GPU, disk, fan and all status about jetson_clocks, NVPmodel and other
- GPU A real time GPU history about your NVIDIA Jetson
- CPU A real time CPU plot of NVIDIA Jetson
- MEM A real time Memory chart and swap monitor
- CTRL Enable/Disable jetson_clocks, nvpmodel or fan directly from here
- INFO All information about libraries, CUDA, Serial Number, interfaces, ...
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
Are collected all information about your board:
- CPUs status
- Memory
- GPU
- disk
- fan
- jetson_clocks
- NVPmodel (if present in your board)
- Voltages
- Power
A real time GPU history about your NVIDIA Jetson. From this page you can monitor the status of your board in the last 10seconds
A real time Memory chart and swap monitor
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
From this page are available all informations from your NVIDIA Jetson regardings:
- Jetpack
- Hardware
- Libraries
- CUDA
- Visionworks
- OpenCV
- cuDNN
- Hostname
- host interfaces
Developer and maintainer Raffaello Bonghi