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 you save a file in linux?
What is FC command?
What are vim commands?
What is ll command in unix?
What is devops model?
How do you grep?
How do I check if my cpu is overclocked?
What is df -h command?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
What is $@ in makefile?
What is unix finger command?
What is bc command in unix?
What does make clean command do?
How do I run multiple commands in linux?