anonymhobyst@lemmy.zip to Android@lemmy.worldEnglish · 2 days agoWhy is this process | Android Helplemmy.zipimagemessage-square6fedilinkarrow-up112arrow-down18file-text
arrow-up14arrow-down1imageWhy is this process | Android Helplemmy.zipanonymhobyst@lemmy.zip to Android@lemmy.worldEnglish · 2 days agomessage-square6fedilinkfile-text
As you can see the first process named top, with user as root; it’s consuming ~65% of CPU. What is it for? The OS?
minus-squareThyTTY@lemmy.worldlinkfedilinkEnglisharrow-up10·2 days agoTop is the process you are seeing the output of. By running “top” command, you spawn a process that will collect the data on all other processes. It’s like in Windows when you launch a Task Manager and Task Manager is at the top of your CPU usage because it’s currently gathering all the data.
minus-squareanonymhobyst@lemmy.zipOPlinkfedilinkEnglisharrow-up6·edit-22 days agoDoes it mean that this process is the process of process monitoring application (android tool equivalent to windows’ task manager) which is displayed in the screenshot. Thanks!
minus-squareLucy :3@feddit.orglinkfedilinkEnglisharrow-up8arrow-down1·edit-22 days agoYes. It’s very likely only a simple terminal app that launches top. Top in termux (a more powerful Terminal) looks like this:
Top is the process you are seeing the output of. By running “top” command, you spawn a process that will collect the data on all other processes.
It’s like in Windows when you launch a Task Manager and Task Manager is at the top of your CPU usage because it’s currently gathering all the data.
Does it mean that this process is the process of process monitoring application (android tool equivalent to windows’ task manager) which is displayed in the screenshot. Thanks!
Yes. It’s very likely only a simple terminal app that launches

top
. Top in termux (a more powerful Terminal) looks like this: