cancel
Showing results for 
Search instead for 
Did you mean: 

Message size in Moni or RWB

Former Member
0 Kudos

I am trying to document the avg message size for each interface that we receive in PI. Do you think the message size I see in MONI or RWB is the correct payload size or it includes trace, pipline steps size, before mapping payload after mapping payload also.  I think I read somewhere that  what ever you see in moni ms size multiply it with 3 or 5 to get the exact message size due to xml tagging etc.

what is the best way in your opinion to get avg message size for an interface.

Accepted Solutions (0)

Answers (5)

Answers (5)

naveen_chichili
Active Contributor
0 Kudos

Hi Vicky,

you can check it in Runtime Workbench -> Performance Monitoring.

Also you can check in

SXMB_MONI -> Monitor for Processed XML Messages (this is SXI_MONITOR)  -> search for the XML message -> double click on the XML message from the list -> select "Runtime" from menu on the left -> check the attribute "MessageSizeTotal".

Thanks,

Naveen.

Former Member
0 Kudos

When a message is persisted in PI what is the total size of that meesage.Is it payload size plus logs etc and where can i find that message size.

ambrish_mishra
Active Contributor
0 Kudos

Vicky,

Messages are persisted with SOAP envelope (Payload + other details) and you can find it as

<SAP:MessageSizeTotal>

If you are asking these questions for Sizing, then this figure is good.

Hope it helps!

Ambrish

Muniyappan
Active Contributor
0 Kudos

Hi,

you can also find in adapter engine audit logs.

Regards,

Muniyappan.

manigram
Active Participant
0 Kudos

Hi,

1) Go to Monitoring Home-->Message Monitoring-->Open Message-->Payload Tab.

You will get the message size at each and every step in pipeline process.

2)  Go to Monitoring Home-->Performance Monitoring--> Time Interval

After select time interval and Aggregation Interval you can get the all mesage processed at particular time interval.

We can get how long time it's taking in each and every pipeline steps.

Regards,

Manigandan

ambrish_mishra
Active Contributor
0 Kudos

Hi Vicky,

go to moni. You will find the message size under Runtime.

Ambrish

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Please refer this thread. You will see payload size in MONI.  you can rely on that number.

http://scn.sap.com/thread/2113933