Hi guys,
I’m doing some works on Xavier. But i found a wired situation.
I didn’t run any process on Xavier but Core 0 is keep occupied.
And i tried to find out which process is make this situation but i can’t and need your help
i attached my xavier htop log on this.
please help me :(
Possibly try this:
ps -eo "%U%p%P%C%c%a" | egrep '(^USER|[a-zA-Z]+[ ]+[0-9]+[ ]+[0-9]+[ ]+[0])'
NOTE: The egrep filters to show only the title bar or processes on core 0.
ynjiun
3
you might want to take a look of this link and it’s related links: