agetty consuming too much CPU

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

agetty consuming too much CPU

1,535 Views
jupiter_hce
Contributor III

Hi,

I am running a customized i.MX6ULZ, I connected it by ssh via WiFi, the agetty is the latest CPU consumption process in the first line of top:

PID PPID USER STAT VSZ  %VSZ %CPU COMMAND

148 1        root     R      1500 1%     39%      /sbin/agetty -8 -L ttymxc0 115200 xterm

Is it normal? If not, how to fix it?

Thank you.

Kind regards,

- jh

Labels (4)
0 Kudos
Reply
1 Reply

1,443 Views
b36401
NXP Employee
NXP Employee

It is not normal and looks strange.
Possibly there is some another process running from xterm and it is consuming the CPU.
I can suggest to run the command like "ps auxwwf" to see which processes are running.

0 Kudos
Reply