Start of Content Area

Function documentation Determination of Performance Data for Clients  Locate the document in its SAP Library structure

Use

With the Web Dynpro Console administration tool you can get performance data for the following clients:

·        Browser Clients

·        Java clients

·        Windows clients

Both the Java client and the Windows client are SAP frontends.

The values you obtain refer to the corresponding client type and are an average of all the client instances.

Prerequisites

You have administrator rights for the J2EE Engine or for SAP Enterprise Portal. If you do not have administrator rights, you can only access a small part of the monitoring information.

Features

Determining Performance Data with the Web Dynpro Console

For a detailed description see Obtaining Performance Data about the Browser Client.

Determining Performance Values with Parameter sap.session.ssr.showInfo=true

You can also get performance data for the browser client by adding parameter sap.session.ssr.showInfo=true to the URL of the Web Dynpro application. For example the URL could be http://<Host Name>:<Port Number>/webdynpro/dispatcher/local/<Project Name>/<Component Name>?SAPtestId=2&sap.session.ssr.showInfo=true.

By adding parameter sap.session.ssr.showInfo=true, the times the browser, the J2EE Engine and the backend need to process and display the user interface are displayed in [msec] in the status line at the lower edge of the browser window. The data that is displayed tells you if the performance problem is at the client side, i.e. the browser, or at the server side, i.e. the J2EE Engine. If the data for the time consumed by the browser is within the expected limits, only the J2EE Engine itself could be causing the performance problem.

  

  

 

End of Content Area