

Tasks: 1 total, 0 running, 1 sleeping, 0 stopped, 0 zombie Once we find the process id, we can feed the number into the top command in this manner: $ top -p 2225 We can find the process id of a named process using the ps command.

When using the -p parameter, we often want to include the process id. If we want to have an idea of a single process, we can use the -p parameter. This command displays a real-time view of a running system in the command prompt. Usually, we can use the Linux built-in top command.
