Top Command Explaination
Top Command Explaination
$ top
Let’s see now every single row of this output to explain all the information found within the
screen.
1° Row — top
2° Row – task
3° Row – cpu
The third line indicates how the cpu is used. If you sum up all the percentages the total will be
100% of the cpu. Let’s see what these values indicate in order:
The fourth and fifth rows respectively indicate the use of physical memory (RAM) and swap. In
this order: Total memory in use, free, buffers cached.
And as last thing ordered by CPU usage (as default) there are the processes currently in use.
Let’s see what information we can get in the different columns: