Running the Performance Debugging tool
You can run the Performance Debugging tool by using the commands and methods described here.
To run the Performance Debugging tool, use one of the following methods:
-
Start the server using the -T parameter
ibmdisrv -T
-
Start the server by setting the following property in the global.properties or solution.properties file:
## Enable\Disable performance logging com.ibm.di.server.perfStats=true
Note: The -T parameter takes precedence over the solution.properties file setting. If the com.ibm.di.server.perfStats value is set to false
, you can still obtain performance statistics by starting the server using
the -T parameter.