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
What does execute mean in linux?
why is the tar command used?
What does mkdir mean?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
How do I list directories in linux?
What is grep command?
Who linux commands?
What is cpu core in linux?
What is make in linux?
How can I check the exit status of my previous command in Linux operating system?
How will you suspend a running process and put it in the background?
Describe the mknod command and when you’d use it.
What does wc command do in unix?
What is the use of finger command in linux?
How do I run a .sh file in linux?