This shows you the differences between two versions of the page.
iotcluj:labs:02 [2016/07/12 14:26] ioana_maria.culic |
iotcluj:labs:02 [2016/07/12 14:40] (current) ioana_maria.culic |
||
---|---|---|---|
Line 44: | Line 44: | ||
By using the //htop// command you can see real-time all the processes that run on your board. Once you entered the command you will notice that the prompt does not appear, that is because you cannot enter another command until you are finished with displaying the processes. So, if you want to go back to what you were doing, just hit the //q// key. | By using the //htop// command you can see real-time all the processes that run on your board. Once you entered the command you will notice that the prompt does not appear, that is because you cannot enter another command until you are finished with displaying the processes. So, if you want to go back to what you were doing, just hit the //q// key. | ||
- | {{ :iot2015:labs:htop.png?500 |}} | + | {{ :iot:labs:htop.png?500 |}} |
For each process displayed, you can see its PID (Process ID), the user who launched the process, how much CPU and memory it is using, the command that started the process and other information. | For each process displayed, you can see its PID (Process ID), the user who launched the process, how much CPU and memory it is using, the command that started the process and other information. | ||