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
Name the general commands in using unix os for a beginner?
what is the advaantage of each user having its own copy of the shell?
What does this command do? Cat food 1 > kitty
What's a command word?
What is the unix command to confirm a remote host is alive or not?
What is the command to find maximum memory taking process on the server?
What are file commands?
How do I delete files from command prompt?
How can you see the command line history?
What is .sh file?
Write a command to display a file’s contents in various formats?
Explain ‘library functions’ with respect to unix commands?
how to sort the content of the file based on numeric values
What is the use of the command 'ls -x chapter[1-5]' ?
What is rmdir command?