Back Forward Performance tool — Statistics for services in the SERVICES-PAL log

AdvancedThe Performance tool presents statistics about an interactive user process. Your application can record many similar statistics for services execution in the SERVICES-PAL log. 6.2SP2

Log file display

To display this log, select > System > Tools > Logs and click to open the SERVICES-PAL log, which is in a Comma-Separated-Values format. Each row of the CSV file corresponds to a service interaction.

Enabling logging for services

To enable service logging: BUG-51435

  1. Add the following entry to the prconfig.xml file for the current node (or create a corresponding Dynamic System Setting):

    <env name="statsPerInteraction" value="true" />
  2. Add the following appender to the prlogging.xml file:

    <category name="ServicePAL" additivity="false">

        <priority value="debug">

        <appender-ref ref="SERVICES-PAL" />

       <category>
  3. Stop and restart the server.

Related Topics service activity

Up About the Performance tool