Find Data Transformation Bottlenecks through the Command Line Interface
Find Data Transformation Bottlenecks through the Command Line Interface
Use the Data Processor command line interface to generate an output file for a Script, XMap, or Library object, and then analyze the contents of the file to identify bottlenecks that decrease the performance of the object.
For more information about using the command line interface, see the
Data Transformation Engine Developer Guide
.
Open the command line interface on the machine where you run the object:
Repeat the process a few more times at short intervals. For example, run the process three more times at one minute intervals.
Open the output files that the command created and search each file for repetitions of the following string:
RepeatingGroupMapping::map
The number of repetitions of this string indicates the instance of the repeating group that creates a bottleneck. For example, if your run the command four times, and the output file contains three instances of
RepeatingGroupMapping::map
in the same location each time you run the command, the third repeating group is the bottleneck.