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
How do I run a whois command?
What is a bash command?
What does #!/ Bin sh do?
Which command is used to delete all files in the current directory and all its sub-directories?
How do I use nslookup?
Can you explain a little bit about command substitution?
What is awk used for?
What is grep command in unix with examples?
How do you grep a case insensitive?
What is rmdir command?
What is the use of the tee command?
How do I find previous commands in unix?
What does the “echo” command do?
What is merge command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.