cancel
Showing results for 
Search instead for 
Did you mean: 

how to check the message size in SXI_Monitor

venkatanarayana_vagu
Active Participant
0 Kudos

Hi All,

I need to check the size of the each message processed thru the XI. Is there any procedure to check the message size which is processed by XI.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkat,

Runtime workbench performance monitoring is the best way to see.

Download XML file will not give you the right size since you woudnt want the XML tags to be included in the size.

To see performance related data from RWB you would need to enable certain parameters and schedule few jobs.

Check this link on how to do the same.

http://help.sap.com/saphelp_nw70/helpdata/en/8b/08b140cbe49d2ae10000000a155106/frameset.htm

Regards,

Sumit

Former Member
0 Kudos

You can also check the size of message in MONI itself.

Go to SXMB_MONI>Inbound Message or Receiver Grouping>SOAP Header>Runtime>

the u can see tags like

SAP:MessageSizePayload>437</SAP:MessageSizePayload> //this is the size of your payload

<SAP:MessageSizeTotal>2275</SAP:MessageSizeTotal>

<SAP:PayloadSizeRequest>437</SAP:PayloadSizeRequest>

<SAP:PayloadSizeRequestMap>0</SAP:PayloadSizeRequestMap>

<SAP:PayloadSizeResponse>0</SAP:PayloadSizeResponse>

<SAP:PayloadSizeResponseMap>0</SAP:PayloadSizeResponseMap>

Thanks

Farooq.

Answers (1)

Answers (1)

Former Member
0 Kudos

Copy the payload from SXI_MONI, paste it in notepad...and save it as xml file. and chek the size of that file..simple:)

U can also chek the size of message from RWB--Perfromance Monitoring.

Thanks

Farooq.