|
Home > Archive > BizTalk Server General > December 2005 > Tracking messege size
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Tracking messege size
|
|
| Shahar Ron 2005-12-18, 5:55 pm |
| Hi
I want to track the size of the messages that go through my BTS ports.
My system is a high volumes port to port routing solution. I want track how
much MB go through each port.
I want to track this per message so later I can query the data in anyway I
want (by type, hour, in\out, ets)
Can anybody tell me what is the best way to do this.
Shahar
| |
| Alan Smith 2005-12-19, 2:48 am |
| Hi Shahar,
If you are using BizTalk 2006, you can use BAM to do this. The message
properties are available to you in the Tracking Profile editor, and you can
link these directly to an actifity and monitor the data as messages pass
through send and receive ports.
In both 2004 and 2006, you can find the information in the tracking
database. In HAT, if you select "Queries -> Messages Received in Past Day"
you will see this information in the results window. Clicking "Show Query"
gives you the SQL that is used to retrieve this information, so you can edit
it as you wish.
With a high volume of messages, you may have problems if the tracking
database contains a very large number of messages, in this case, you may want
to use the BizTalk Analysis Database in SQL Analysis Servicess to build an
OLAP cube for the messaging statistics. Once this is done, you can browse the
cube in HAT using "Reporting -> Message Metrics". (At present, the Tracking
Analysis database is only available in BizTalk 2004).
Hope this helps, feel free to ask again for more info.
Regards,
Alan Smith
--
The Bloggers Guide to BizTalk
http://geekswithblogs.com/asmith
"Shahar Ron" wrote:
> Hi
>
> I want to track the size of the messages that go through my BTS ports.
> My system is a high volumes port to port routing solution. I want track how
> much MB go through each port.
> I want to track this per message so later I can query the data in anyway I
> want (by type, hour, in\out, ets)
>
> Can anybody tell me what is the best way to do this.
>
> Shahar
>
>
>
|
|
|
|
|