Is there a way to monitor all processes to which process is consuming CPU and memory during times of high load? How about if the CPU goes over a % threshold it reports the top three processes cpu usage? asked 20 Feb '15, 07:52 tillerp |
Hi Tillerp, If you are watching the CPU with a Performance Monitor and an alert is fired because of the threshold, it should report any processes that are over 5%. Also, if you need to you can monitor the CPU and Memory for a specific process with your Performance Monitor. Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer. answered 05 Mar '15, 15:01 Quinn ♦♦ |