Vi use CPU use rate is higher

Hi All:
Please help me take a look, thank you! Vi use CPU use rate is higher.

Block Diagram:

problem phenomenon:

version:

robot@tegra:~$ cat /etc/nv_tegra_release
# R35 (release), REVISION: 4.1, GCID: 33958178, BOARD: t186ref, EABI: aarch64, DATE: Tue Aug  1 19:57:35 UTC 2023

hello wxsrite,

top commands by default is in Irix mode, it expressed as a percentage of total CPU time.
according to https://linux.die.net/man/1/top, you may switch Irix mode to off (Solaris mode), where a task’s usage will be divided by the total number of CPUs, that’s the average CPU usage we’re looking to.

besides, it also depends-on your system configuration.
please refer to Supported Modes and Power Efficiency, you may setting device as performance mode (i.e. MaxN); using “top” commands and switch Irix mode to off by “I” (shift+i) to check the CPU usage in average.

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