When top is run there are two portions of the window: The top portion is the summary section. This is where you'll find an overall system summary. This summary consists of total system memory, total running tasks, total zombied tasks, total users, load average, etc. The bottom portion is the process section. This shows all current running processes. Both sections are updated in real time.
A typical process entry contains the following important information:
- task PID (process identification number)
- user associated with the processes
- virtual memory used
- % CPU used
- % memory used
- uptime of command
- command
Some of the information isn't as helpful to the average administrator. The above listing will give you everything you need to know about a process.