Displaying performance statistics
Using the displayPerfStat
parameter, you will get the following metrics
License check
check-license-network
: Network timecheck-license-response
: Time taken to handle the license check response
Execution performance
- XPath evaluation times
- Custom function execution times
- Custom script execution times
For each metrics value (A single xPath, A custom function, or a script), the following data will be displayed :
- Number of times it was called
- Total execution time
- Minimum execution time
- Average execution time
- Maximum execution time
Kafka core specific statistics
configure
: Time taken to initialize the component (creating the Kafka producer and validating the license)deliver
: Time taken to asynchronously deliver the filesclose
: Time taken to wait on the asynchronous requests completion and close the Kafka producer