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
How do make computer faster?
Which command will show you free/used memory?
Which Command used to lock user password in Linux?
What does umask 022 mean?
What is git command?
Explain any one service which are working on udp only?
What is unix finger command?
What are the basic dos commands?
What is bash history linux?
What is clang linux?
What is df command in linux?
What is dos and its commands?
How do I find old commands in linux?
What is difference between comm and CMP command?
Which commands are used to set a processor-intensive job to use less cpu time?