Jetson stats (jtop)

Is there any way to analyse data for a particular process running using jtop command(jetson stats package).

Moving this to the Jetson Nano category so support has visibility.

Hi,
The tegrastats shows overall system loading. Can not show the status of single process. One possible method is to run only one process and execute taskset to put the process at desired CPU core. So that you can see the CPU loading on single core.

Hi ,
I have tried assigning a single CPU core to my process using command
taskset -cp 1 PID .
After giving this command also got message on terminal that
pid PID’s new affinity list: 1. But still after this in jtop I am getting load over all cores.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.