开发者

Is there a way of getting an odometer style count of messages that have passed through a queue

We are trying to track our message queueing system (MSMQ). We have managed to put together some descent enough measurements of how many items are in the queue and how old the first item in the queue is. Is there any way of checking how any messages have passed through the queue in total to that we can do some MRTG-style thro开发者_Go百科ughput graphs?


You can always access the performance counters that MSMQ create at install; just go to performance services to have a list of what's acccessible. Then to hook up to the performance logs in C#, you can use some tutorials, like this one

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜