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 is ps command in linux?

546


When and how linux developed?

576


What is the difference between clang and llvm?

564


How do I check disk space in linux?

471


State and explain about features of UNIX?

577






Brief about finger username?

566


What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?

564


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

842


What do you mean by directory?

562


How use more command in linux?

547


What is apple llvm?

541


How lilo is useful in linux?

573


What is simple command?

531


How do you create a blank file in linux?

510


What is phony in makefile?

544