Viewing statistics for services in the SERVICES-PAL log
Version:
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.
-
-
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.
-
- Tracking system utilization for a requestor session with Performance Analyzer
Use the Performance Analyzer (PAL) to view cumulative system usage statistics for your requestor session.