cancel
Showing results for 
Search instead for 
Did you mean: 

Abap WebDynpro Response time monitoring.

Former Member
0 Kudos

Hi,

We are trying to monitor response time for Abap WebDynpro.

From SMICM u2192 goto u2192 Http log u2192 server display entries. We can see the response time as 43 milliseconds

07/May/2010:23:03:22 -0500] - "POST XXXXXXXX HTTP/1.1" 404 2118 [43] h[-]

By defining the parameter icm/HTTP_logging_0 we can adjust the %T value, but I want to use ALM (alert management) to send an alert if the response time is more than X seconds seconds.

I thought of using log file monitoring but help.sap.com says we can define condition like X > 3 sec send an alert instead it will search for exact error message.

I want to avoid writing script using awk(unix) as I do not have OS access.

Please let me know if anyone has automated Abap webdynpro monitoring or any other thoughts is appreciated.

Thanks,

Venkat.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Venkat,

Try to explore this MTE (Use CCMS) , not sure you can achieve what you need ...

WDAClass
WebDynproABAPClass

You can reach here

SID\sapserver_SID_00\Web Dynpro ABAP\CpuTime

Hope it will help

Former Member
0 Kudos

Kaushal,

Thanks for the response, I have seen RZ20 MTE classes and all we have by default is Data, application count.....CPUTIme, but we do not have response time.

I am thinking another way, now I able to see resonse time of all HTTP request including the URL in ST03N by changing the configuration using report SWNC_CONFIG_URL.

Can we read ST03n data to send alerts (may not be possible).

Thanks,

Venkat.

Former Member
0 Kudos

HI,

Read this blog

/people/andreas.vogel/blog/2007/03/16/how-to-read-st03n-datasets-from-db

You can read ST03N and can send data to email , but you need abaper to help you!!!

Regards,