Viewing statistics for services in the SERVICES-PAL log
To see performance statistics for services, view the SERVICES-PAL log.
The log file is in a comma-separated-values format. Each row
of the log file corresponds to a service interaction.
- Enable service logging:
- 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" />
- Add the following appender to the prlog4j2.xml file:
<Logger name="ServicePAL" level="debug" additivity="false"> <AppenderRef ref="SERVICES-PAL"/> </Logger>
- Stop and restart the server.
- Add the following entry to the prconfig.xml file for the current node (or create a
corresponding dynamic system setting):
- To view the service log, do the following steps.
- In the header of Dev Studio, click .
- Click Log files.
- Download the SERVICES-PAL log.
- Import the log into a spreadsheet program as a comma-separated-values file.
Previous topic Interpreting the summary chart in Performance Analyzer Next topic Tracking rule utilization for a requestor session with Performance Profiler