By using which command we can find the CPU utilization time?
Answer Posted / shh
ps -eo pcpu,pid,user,args | sort -k 1 -r |head -10
to get top 10 processes
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is sed awk grep?
How do you grep recursively?
What does the md command do?
How can you see the command line history?
What is the command to view process running?
Why is shebang used?
What is ctrl d?
What is the use of egrep command in unix?
What is the difference between cat and more command?
Write a command that will display files in the current directory, in a colored, long format.
What is the comma to display different lines that are found when compare two files?
What does 'mkdir' command do in UNIX?
What is the command to find hidden files in the current directory?
Write a command to kill the last background job?
Explain command to view process running?