cancel
Showing results for 
Search instead for 
Did you mean: 

Total Number of messages processed by PI in a day

Former Member
0 Kudos

How do I find the total number of messages processed in PI including Integrated Configuration Interfaces. Performance monitoring only provides messages for IE.

Accepted Solutions (0)

Answers (3)

Answers (3)

siddhardha_dnk
Active Participant
0 Kudos

Hi Vicky,

If you are using Normal Configuration, a message flows through Integration and Adapter Engine as well. In this case, If we add both the messages (Messages through MONI + Messages through AEX) it will double the exact count.

Use the queue monitoring in the Runtime Workbench (RWB) to analyze how many threads are active for each of the queue types and how large the queue size currently is. To do so, choose Component Monitoring -> Adapter Engine. Press the Engine Status button and choose tab “Additional Data”. This will open a page similar to the one below showing the number of messages in a queue

Regards,

DNK Siddhardha.

Bhargavakrishna
Active Contributor
0 Kudos

Hi,

In addition to raja,

SXMB_MONI--> Monitor for processed messages --> give date and time stamp --> Execute

you will find the number of messages mentioned on the top of it selected for the given selection criteria.

we can also use abap program to find the total number of messages processed by PI and send an email. you can schedule this program at end of the day.

Refer Baskar reply in this discussion

http://scn.sap.com/message/10005579#10005579

Regards

Bhargava krishna

rajasekhar_reddy14
Active Contributor
0 Kudos

SXMB--->Give correct time stamp and increase lenght of output list value then execute, it displays the messages which were processed through dual stack.

RWB--->Message monitoring-->filter using adapter engine-->it displays the messages were processed by JAVA adapters,here seggregate AEX message

sum count of SXMB_MONI+ AEX messages.

Former Member
0 Kudos

How to seggregate AEX messages?

nabendu_sen
Active Contributor
0 Kudos

Hi Vicky,

As per my knowledge you can not segregate depending on AEX or Classical configuration. You have to mention specific parameters like Sender Component, Sender Interface, Namespace, Receiver details....etc.