Show TOC

8.2 Measuring Performance Locate this document in the navigation structure

 

Use these tools when measuring performance for NWBC.

  • Client

    The Microsoft Windows Task Manager shows you the memory consumption on the client side. For NWBC for Desktop the relevant task is called NWBC.exe. For NWBC for HTML the browser process is relevant.

  • Network

    • With HTTP sniffers you can measure the performance footprint on your network. A standard HTTP sniffer is, for example, Fiddler. For more information, see http://www.fiddler2.com.

    • HTTP requests for the shell:

      • All HTTP requests for the shell start with the prefix /nwbc

      • Do not measure those requests for JavaScript and image files as they are cached by your browser anyway.

  • SAP server

    Use transaction SM04 to get additional information on the server-side ABAP session serving the requests for the shell.

Do not mix measurements of the log in procedure with measurements for the shell and canvasses. During a typical user session the log in happens only once while the shell and the canvasses are executed many times.