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
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
How do I permanently delete linux history?
Which command is used to review boot messages?
How to recover /etc/passwd file and /etc/shadow file?
How do I change directories in linux command line?
Can I delete .bash history?
What is finger command in linux?
How do I run multiple commands in linux?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
What is the use of ls command?
What make install does?
How do I run bash on windows?
How do I change shell in linux?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?