Please note that the "ASP.NET Applications(Total)Requests In Application Queue" performance counter in your example Exchange 2010 template has the wrong operator. It has the comparison operator as = when it should be >.

Thank you.

asked 22 Apr '14, 17:21

MustangMD's gravatar image

MustangMD
23147
accept rate: 0%

edited 01 May '14, 23:49

Also, I believe that the "MSExchange Search Indices(*) Average Document Indexing Time" should be 30000, not 30 as the counter is in milliseconds, but the recommended threshold is that is should remain below 30 seconds (i.e. 30000 milliseconds).

(01 May '14, 23:49) MustangMD

Also, I believe that the "MSExchange Search Indices(*) Average Document Indexing Time" should be 30000, not 30 as the counter is in milliseconds, but the recommended threshold is that is should remain below 30 seconds (i.e. 30000 milliseconds).

link

answered 01 May '14, 22:58

MustangMD's gravatar image

MustangMD
23147
accept rate: 0%

Hi

Thanks you for the information and your help with the counters! I did a little follow-up research on these counters and found the MS pages that talked them. We have corrected the MSExchange Search Indices(*) Average Document Indexing Time counter but the ASP.NET Applications(Total)Requests In Application Queue counter was left with the MS threshold.

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 02 May '14, 10:56

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

1

Quinn,

I'm not suggesting that the MS threshold of 0 be changed - I'm suggesting that the OPERATOR be changed. The = operator causes the alert to be fired when in fact you WANT the ASP.NET Applications(Total)Requests In Application Queue to be equal to 0. The operator should be >, that way the alert fires when the total number of requests in the queue is GREATER THAN 0 (or whatever threshold you want to set), NOT when the total number of requests in the queue EQUALS 0.

(02 May '14, 11:42) MustangMD
1

The total number of requests in the queue equaling 0 is a good thing - it means all requests are being processed immediately, so you DON'T want the alert to fire when it = 0. Also, I looked at the link you provided above for the ASP.NET Applications(Total)Requests In Application Queue counter and did not find anything related to that particular counter.

Thanks, Matt

(02 May '14, 11:42) MustangMD

Matt,

You point is correct, I have made the changes to the web page and the template and they will be moved to production shortly. Thank you!

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.

(02 May '14, 16:58) Quinn ♦♦
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:

×6
×4
×3
×1

Asked: 22 Apr '14, 17:21

Seen: 6,413 times

Last updated: 02 May '14, 16:58