cancel
Showing results for 
Search instead for 
Did you mean: 

Performance Monitoring

Former Member
0 Kudos

Hi

How frequently should we use performance monitoring ? Do we have to use it once in a week or daily in a support project ? Is it used when the message processing decreases ?

Radhika

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Radhika,

It depends....normally during high load one can check performance monitoring to see the processing time...in a support project SXMB_MONI and msg monitoring is enough....

Regds,

Pinangshuk.

Former Member
0 Kudos

Hi Pinangshuk

I was wondering whether there is any situation that would make us compelled to use performance monitoring in support project.

I mean if the message processing is very slow or if there are any pre existing conditions that demand using the same in performance monitroing

Radhika

Former Member
0 Kudos

Hi,

There is no pre existiong condition to use performance monitoring....in some case, suppose in synch scenario JDBC to RFC/Proxy...if the response of successful processing taking too much time to get back to sender system...then you can check the processing time in performance monitoring.....but you can analyze this kind of situation in detail with Tcode ST03 or STAD...

Regds,

Pinangshuk.

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
How frequently should we use performance monitoring ? Do we have to use it once in a week or daily in a support 
project ?

There is no pre-defined timelimit for this.....some projects may even implement performance monitoring every two hours (ex)

Is it used when the message processing decreases ?

It is also used to calculate the processing time for an interval corresponding to a particular payload (which helps in determining the load that a system can take)

Regards,

Abhishek.

Former Member
0 Kudos

It is also used to calculate the processing time for an interval corresponding to a particular payload (which helps in determining the load that a system can take)

To check values like DB_ENTRY_QUEUING, DB_SPLITTER_QUEUING, PLSRV_RECEIVER_DETERMINATION, PLSRV_RECEIVER_DETERMINATION, PLSRV_INTERFACE_DETERMINATION and PLSRV_INTERFACE_DETERMINATION ?

former_member200962
Active Contributor
0 Kudos
To check values like DB_ENTRY_QUEUING, DB_SPLITTER_QUEUING, PLSRV_RECEIVER_DETERMINATION, 
PLSRV_RECEIVER_DETERMINATION, PLSRV_INTERFACE_DETERMINATION and PLSRV_INTERFACE_DETERMINATION

If you want to check how much time was spend in the pipeline steps then it can be checked in SXMB_MONI itself.

SXMB_MONI --> Double the message processing --> SOAP Header --> Performance Header --> Each of the steps will be shown here with the start time and end time.

Regards,

Abhishek.