Performance Profiler tool
The Performance Profiler is a diagnostic tool that helps you identify and resolve performance bottlenecks in your application. This tool helps identify which parts of an application, such as process steps, Data Transforms, or activities, are causing performance issues. By recording detailed performance metrics during your requestor session, the Performance Profiler creates a comprehensive trace of rule execution times and sequences. This direct correlation between user actions and performance results allows you to efficiently diagnose problems and target your optimization efforts.
The tool operates in two distinct phases: first, you record performance readings while executing the relevant functionality, and then you analyze these readings to identify performance patterns and anomalies that require attention.
Interpret Performance Profiler results
In the Performance Profiler results table, click the Download icon to save the results in a comma-separated value file format. The results can then be opened by using any spreadsheet program, such as Excel, to review the Performance Profiler readings.
Match the numbers to the following image to learn more about interpreting the results of the Performance Profile:
- Sequence: Marks the beginning of each activity step or other row.
- Interaction: Sequence number of the interaction, as recorded in the Performance tool. Starts with 1 on the initial display of the login form.
- Activity: Handle of the activity, when condition, or data transform.
- Caller: Handle of the activity that called the current rule.
- Step: Step number. For when condition rules, this value is always W. For data transforms, this value is always M.
- Method Name or When Result: For activities, identifies the method in the step. For when condition rules, displays true or false. For data transforms, this value is blank.
- Total CPU time: Total CPU time in seconds for this step. If this step contains a Call or Java instruction, the CPU time of called activities is included.
- CPU Time Without Children: Total CPU time in seconds for this step, excluding time for called processing. If this step contains a Call or Java instruction, the CPU time of called activities is not included.
- Total Wall Time: Elapsed time in seconds to complete this step. Values reflect the impact of other users on this server, waits for database operations and external events, and so on.
- Wall Time Without Children: Elapsed time (wall time) in seconds, for this step, exclusive of any called processing. (This value is useful for isolating the performance of Java steps that may perform extensive processing in addition to calling activities.)
Check your knowledge with the following interaction:
Dieses Thema ist in den folgenden Modulen verfügbar:
Möchten Sie uns dabei helfen, diesen Inhalt zu verbessern?