Can't Monitor Queue size in Exchange 2010

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
Rosetta_itgroup
Posts: 13
Joined: Sat Aug 09, 2014 6:44 pm

Can't Monitor Queue size in Exchange 2010

Post by Rosetta_itgroup »

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]
Last edited by Rosetta_itgroup on Fri Feb 06, 2015 4:04 pm, edited 1 time in total.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I think namespace should be ROOT\MicrosoftExchangeV2

Regards
Alex
Rosetta_itgroup
Posts: 13
Joined: Sat Aug 09, 2014 6:44 pm

Post by Rosetta_itgroup »

i tried, doesn't work.
still getting Invalid namespace error
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Are you sure such namespace should exist?
MicrosoftExchangeV2 supported by Microsoft Exchange 2003 but we cannot find reference to this namespace in Exchange 2010 manuals

Regards
Alex
Rosetta_itgroup
Posts: 13
Joined: Sat Aug 09, 2014 6:44 pm

Post by Rosetta_itgroup »

Actually I'm not sure, I have collected this information from this forum.

I'm looking for a way to monitor the queue via HostMonitor test and this is the best that I have come up with.
If you know what line I have to put to monitor the queue I wil really appreciate that.
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

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
Rosetta_itgroup
Posts: 13
Joined: Sat Aug 09, 2014 6:44 pm

Post by Rosetta_itgroup »

i just checked it and it worked!
I used the Performance test with these tests, exactly what i have been looking for, big thanks!
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

You are welcome!
Post Reply