Profiling all processing on a node
You typically use the Performance Profiler to profile rule usage of one requestor, but you can also profile all activity for a node to get an overall picture of system usage.
To profile all processing on an entire server node, do either of the following steps.
- Update the prconfig.xml file and restart the server.
- Update the prconfig.xml file to add the setting:
<env name="Initialization/ProfileApplication" value="true"/ >
. - Stop and restart the server to implement the new setting.
- Update the prconfig.xml file to add the setting:
- As an alternative to updating the prconfig.xml file, you can use dynamic system settings to configure your application. See Using dynamic system settings.
Previous topic Interpreting Performance Profiler results Next topic Profiling another requestor