Hi everyone,
I'm having a difficulty of monitor Exchange 2010 queue.
i read in the forum that it needs to be monitored via WMI but i can't get it to work.
i'm getting: Error: Invalid Namespace
my test:
Target host: <my server name>
Namespace: ROOT\MicrosoftExchangeV2:Exchange_Queue
WQL: select Size from Exchange_Queue where QueueName='DeferredDeliveryQueue'
This is how my test looks like:
https://www.dropbox.com/s/2ej5b3ee9yyzz ... 6.png?dl=0
this is the WMI security properties on my exchange server:
https://www.dropbox.com/s/xvcsask5vhse2 ... 0.png?dl=0
[/img]
Can't Monitor Queue size in Exchange 2010
-
- Posts: 13
- Joined: Sat Aug 09, 2014 6:44 pm
Can't Monitor Queue size in Exchange 2010
Last edited by Rosetta_itgroup on Fri Feb 06, 2015 4:04 pm, edited 1 time in total.
-
- Posts: 13
- Joined: Sat Aug 09, 2014 6:44 pm
-
- Posts: 13
- Joined: Sat Aug 09, 2014 6:44 pm
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
You may use "Performance counter" test method and use one of the following counters:
\MSExchangeTransport Queues(_total)\Aggregate Delivery Queue Length (All Queues)
(Shows the number of messages queued for delivery in all queues.)
\MSExchangeTransport Queues(_total)\Retry Mailbox Delivery Queue Length
(Shows the number of messages in a retry state attempting to deliver a message to a remote mailbox.)
\MSExchangeTransport Queues(_total)\Messages Submitted Per Second
(Shows the number of messages queued in the Submission queue per second. Determines current load.)
Please check the following MS acticle for details and other performance counters: https://technet.microsoft.com/en-us/lib ... .141).aspx
\MSExchangeTransport Queues(_total)\Aggregate Delivery Queue Length (All Queues)
(Shows the number of messages queued for delivery in all queues.)
\MSExchangeTransport Queues(_total)\Retry Mailbox Delivery Queue Length
(Shows the number of messages in a retry state attempting to deliver a message to a remote mailbox.)
\MSExchangeTransport Queues(_total)\Messages Submitted Per Second
(Shows the number of messages queued in the Submission queue per second. Determines current load.)
Please check the following MS acticle for details and other performance counters: https://technet.microsoft.com/en-us/lib ... .141).aspx
-
- Posts: 13
- Joined: Sat Aug 09, 2014 6:44 pm
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact: