|
The process list shows a fair amount of information, but most notably, it shows a list of all the running processes on the system. This list is, by default, sorted by CPU usage. As a result, the processes which are using the most time on the CPU(s) will be towards the top of the list: Process List
In this example, the top running processes are two apache threads, each using about 7.5% of the CPU and 4.6% of physical memory (RAM). The process list also includes other information, such as the amount of virtual memory and shared memory usage by a particular process. It also shows the break down of how time on the CPU was allocated, although this is also available in visual form by viewing the memory usage graph. For more information, it may be helpful to consult the manual page for 'top' which is available by typing 'man top' in a terminal window. |