anonymhobyst@lemmy.zip to Android@lemmy.worldEnglish · 1 个月前Why is this process | Android Helplemmy.zipimagemessage-square6fedilinkarrow-up111arrow-down18file-text
arrow-up13arrow-down1imageWhy is this process | Android Helplemmy.zipanonymhobyst@lemmy.zip to Android@lemmy.worldEnglish · 1 个月前message-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-up12·1 个月前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.
minus-squareanonymhobyst@lemmy.zipOPlinkfedilinkEnglisharrow-up7·edit-21 个月前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!
minus-squareLucy :3@feddit.orglinkfedilinkEnglisharrow-up9arrow-down1·edit-21 个月前Yes. 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: