What does the top command display?
Answer Posted / d.veera
Top command is used, we can see live status of process. (
example like in windows task manager)
We can see follwing details on live.
1. process id
2. username
3. priority of task
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. Share of physical memory usage
10. CPU time (in Hundredths) and
11. command or program used or using.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
why context switching time should be minimum? How it depends on hardware support?
Explain the linux ‘cd’ command options along with the description?
What is the symbol of linux?
Explain command grouping in linux?
What is the command can be run to remove all the rules in an iptable table?
Find command can search for files by
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
How do you kill a process in linux?
Which command is used to find what is in your home directory?
How do I change directories in linux command line?
How do you sort cpu in top command?
When and how linux developed?
What does df command do in linux?
What would be the result of the command paste -s dog cat?
What the command used for list the contents of your home directory, current directory and all subdirectories?