Process Utilization Post author:Devendra Kumar Post published: Post comments:0 Comments 11. Which of the following PowerShell commands will tell you which process on your system is using the most CPU resources? Answers Get-Process | Sort CPU -descending | Select -first 1 -Property ID,ProcessName,CPUGet-Process | Sort RAM -descending | Select -first 1 -Property ID,ProcessName,CPUcpu_usage.exe | top -1 12. If you have a slow computer, what are some possible culprits that could be causing this? Select all that apply. Answers High CPU usageLots of I/O activityHigh RAM usageToo many processes running 13. In a Linux machine, what command can you use to safely terminate a process with a PID of 342? Answers kill 342kill -KILL 342kill -TSTP 342kill -CONT 342 14. In a Linux machine, what command can you use to absolutely kill a process with a PID of 342? Answers kill 342kill -KILL 342kill -TSTP 342kill -CONT 342 15. In a Linux machine, what command can you use to suspend a process with a PID of 342? Answers kill 342kill -KILL 342kill -TSTP 342kill -CONT 342 Previous Next Please Share This Share this content Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Devendra Kumar Project Management Apprentice at Google You Might Also Like Test your knowledge: Time estimation Test your knowledge: Evaluation findings Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.