Top (Unix)
|
In many Unix-like operating systems, the top command produces a constantly-updated list of all resident processes, listed in order of CPU usage. It shows how much processing power and memory is used, as well as other information the running processes.
It is very useful for system administrators.
For a non-realtime list of processes, see ps.