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
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Name the general commands in using unix os for a beginner?
Is command prompt unix?
What are file commands?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What command will change your prompt to myprompt?
What does this command do? Cat food 1 > kitty
What does the command '$ls | wc –l > file1' do?
Which unix command to make a new directory?
Does cp command overwrite files?
Differentiate cmp command from diff command.
What do chown command do?
What is .sh file?
What is s and g in sed command?
How do I run a bash script?