Is `jtop`available on DRIVE Thor?

Please provide the following info (tick the boxes after creating this topic):

Software Version
DRIVE OS 7.0.3
other

Target Operating System
Linux
QNX
other

Hardware Platform
DRIVE AGX Thor Developer Kit (940-63960-0010-000)
DRIVE AGX Thor Developer Kit (940-63960-0012-000)
other

Host Machine Version
native Ubuntu Linux 24.04 Host installed with DRIVE OS Docker Containers
other

Issue Description
Hello!!

I’m wondering whether jtop like simple and convenient profiler is available on DRIVE AGX Thor.
I have read AGX DRIVE computational power (CPU & GPU) and found that there was no jtop for DRIVE AGX at 2022.
Now it’s 2025, is it available?

As exppected, the activation of jtopfails on DRIVE Thor.

$ sudo pip3 install -U jetson-stats --break-system-packages

$ sudo systemctl restart jtop.service
$ sudo systemctl status jtop.service 
● jtop.service - jtop service
     Loaded: loaded (/etc/systemd/system/jtop.service; enabled; preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Wed 2025-10-29 09:10:43 UTC; 5s ago
    Process: 125001 ExecStart=/usr/local/bin/jtop --force (code=exited, status=1/FAILURE)
   Main PID: 125001 (code=exited, status=1/FAILURE)
        CPU: 159ms

Dear @ryuta.kambe ,
jtop is for jetson devices and there is no such tool for DRIVE platform. You can use tegrastats/top to know the usage information.

1 Like

Thank you for your reply!
I will use tegrastats instead.