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 is type command in linux?
How do you clear the screen in linux?
What is df command in linux?
How do I check terminal history?
What is llvm used for?
What is Data Command?
What is cd in cmd?
What is gnu in linux?
What language is a makefile written in?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is c++ makefile?
How do I run a shell script?
What the command used for list the contents of your home directory, current directory and all subdirectories?
Why is unix used?
What is the difference between clang and llvm?