jtop jetson hardware performance monitoring tool

                                                        Install dependent environment 

  1.  Linux basically comes with a python environment, if you don't have one, install one. My ubuntu comes with python3.10, so I can install pip3 directly:  Install pip on ubuntu20.04

  2. install jtop

    pip3 install jetson-stats -i https://pypi.tuna.tsinghua.edu.cn/simple/
  3. start service

    sudo systemctl restart jtop.service

  4. open jtop

    jtop

The control page is as follows

Press 5 on the keyboard to jump to the ctrl page, and control the fan speed, power, etc. of the gpu by clicking the mouse

 press q to quit control

Guess you like

Origin blog.csdn.net/xiaofeixia666888/article/details/130075489