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 do I know my linux shell version?
What does (cd dir && command) do?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What is df -i command?
Explain the ‘ls’ command in linux
Why is linux cpu usage so high?
Who whoami linux?
How do you copy in terminal?
Is llvm a compiler?
What is mkdir m in linux?
What is ls command and what it does?
What is difference between egrep and grep?
How many types of commands are there in linux?
What command is used to check the number of files, disk space, and each user’s defined quota?
How do I find command history in linux?