cancel
Showing results for 
Search instead for 
Did you mean: 

Performance testing for Web Dynpro component

Former Member
0 Kudos

Hi,

please let me know how we can test the performance of the Web Dynpro component.

Regards,

R.V.Easter

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you are on NetWeaver 7.01, then press CTRLALTSHIFT+P to receive a performance dialog in the upper right hand corner of your application. You can view server and client rendering time, memory consumption, etc. You can even take memory snapshots from there. Also consider transaction code WD_TRACE_TOOL. This allows you to setup remote trace on a WD Application. The trace files are stored in the backend system and contain a lot of useful information for performance monitoring.

Of course if you want to monitor the performance on the server side, all the normal ABAP tools are available - SQL Trace, Runtime Trace, etc. You can activate trace in transaction ST05 and it will pickup WDA as well. You can also go to SICF and choose Edit->Trace or Edit->Runtime Analysis for any service node (including WDA).

yury_sichov
Active Contributor
0 Kudos

How to see results of Runtime Analysis in SICF?

former_member206441
Contributor
0 Kudos

Hi Vinmano

You can refer this [link|http://wiki.sdn.sap.com/wiki/display/WDJava/Performancemeasurementinwebdynproapplications]

it might be useful for you.

Regards

Arun.P