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's gravatar image

tillerp
112
accept rate: 0%

edited 05 Mar '15, 12:15


How about if the CPU goes over a % threshold it reports the top three processes cpu usage?

link

answered 05 Mar '15, 12:15

tillerp's gravatar image

tillerp
112
accept rate: 0%

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
Quinn

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.

link

answered 05 Mar '15, 15:01

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×9
×1
×1

Asked: 20 Feb '15, 07:52

Seen: 4,975 times

Last updated: 05 Mar '15, 15:01