
We should see an output similar to this in our terminal: %CPU cpu utilization of the process If we don’t know or remember the meaning of one of them we can always use the man pages of the ps command and search for that specific column: man ps | grep %CPU Almost all of these are very intuitive to understand, for example : Show processes that are not attached to a tty or terminalĪnd what about the columns?. Shows processes attached to a TTY terminal Ok, let’s stop here for a moment and see these results in more detail. Ⓘ Note: This tutorial also works for any Linux Distribution. If you are a beginner, you should read this Command Line Tutorial.



It is essential to have a good understanding of how processes and their hierarchies are generated because this information is vital for monitoring and troubleshooting your system. We will be using the command line instead of graphical tools, because in many cases, specially when troubleshooting, they won’t be available. This is because every time our system needs to start a task or a user issues a command, a program is run and one or more processes are generated. In this tutorial, we’ll walk you through one of the most important aspects of any operating system, the processes.
