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 are the commands in UNIX to list the files in a Directory?
Name the unix command to find how many days the server has been up.
Which command is used to restrict incoming messages?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the functionality of a top command?
What is the command to compare two files in unix?
Is ‘du’ a command? If so, what is its use?
What does this command do,"$more readme.txt“?
What are awk commands?
What does 'mkdir' command do in UNIX?
What does touch command do in unix?
How do I search for text in vi?
What is .sh file?
What is grep and how do you use it?
What is nr in awk command?