What does the top command display?
Answer Posted / nasrin
top provides an ongoing look at processor activity in real
time. It displays a listing of the most CPU-intensive tasks
on the system, and can provide an interactive interface for
manipulating processes. It can sort the tasks by CPU usage,
memory usage and runtime.
top displays a variety of information about the processor
state. The display is updated every 5 seconds by default,
which you can change.
it displays
uptime, processes,CPU states, mem. swap and it displays
various information about a process like pid, user, cpu
usage, mem usage, command name etc.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can we increase disk read performance in single command?
What is clang tidy?
What are the 7 types of sentences?
Which command reduces the size of a file?
What is make command in linux?
What is $@ in makefile?
Explain about lpr filename?
What is cpu utilization linux?
The head command writes the how many lines of a file to screen?
Why we use pwd command in linux?
What command should you use to check the number of files and disk space used and each user’s defined quotas?
How do you kill a process in linux?
What does chmod 755 do?
What is the difference between find and locate command in linux?
How use more command in linux?