What does the top command display?

Answer Posted / venkat.palavarapu

top - display Linux tasks

The top program provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel. The types of system summary information shown and the types, order and size of information displayed for tasks are all user configurable and that configuration can be made persistent across restarts.
‘top’ gives the following information
1. Process ID
2. USER
3. Task Priority
4. Nice value of a task
5. Amount of virtual memory used by task
6. Resident size (non swapped physical memory used by task)
7. Amount of shared memory used by task
8. Process status(whether sleep or running)
9. CPU time (in Hundredths) and
10. Share of physical memory usage
11. Duration of the Task
12. Task/command name

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does wc command do in unix?

525


What does ls mean in linux?

575


Does linux cp command overwrite?

582


what do know about commands?

576


What is grep command?

529






What is nbtstat command?

586


What is pwd in linux command?

697


You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?

581


How does diff command work?

507


How do I find my user id in linux?

516


What are vim commands?

523


What does chmod 666 do?

529


What is the syntax of mkdir?

516


How do I set permission to run in linux?

572


Which command is used to see the online manual?

608