cancel
Showing results for 
Search instead for 
Did you mean: 

track the number of messages processed in a day

Former Member
0 Kudos

Hi guys ,

Is there any mechnaism where in i can measure the number of messages getting processed everey day.

And How can i clear the data history availiable in SXMB_Moni

I knwn that the data is stored in a table called sxmpmast....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

SudhirT
Active Contributor
0 Kudos

Hi Sainath,

To view the no. of messages per day there are two ways

1. you can do it via SXMB_MONI just by increasing the length of output size in top right to a large no. and there you can view the no. of messages per day with your filter available.

2. the other way is to goto Runtime WB and click on Performance monitoring and there you can filter by individual messages per day sync/async. this is preferred to find the volume of data passing through XI.

For clearing the data history goto Tcode SXMB_ADMIN and schedule deletion job, and archiving for the error messages.

Thanks!