Codebeamer Computational Statistics
|
|
By default, Codebeamer does not capture the computational statistics. To enable this functionality, set "computedFieldStatistics": { "enabled": true } in the application configuration. For more information, see "computedFieldStatistics" section.
|
This page displays the following statistical information in the Codebeamer system logs if the computations are not defined in the tracker workflow configuration:
• The number of items updated due to the computation.
• Execution time of the computation.
• The items responsible for triggering the computation.
The computational statistics are captured in the system logs with a graphical representation and can be viewed on the system dashboard. These statistics will help in identifying the computations that are deteriorating the performance and can be used to rectify the computation fields for an optimized performance.
The computation logs are displayed in a tabular format as shown below:
• User: Displays the name of the user who modified the item.
• Source Item: Displays the item that is modified by the user.
• Source Tracker: Displays the tracker type of the source item.
• Source Tracker Fields: Displays the tracker fields that are configured for the computational information.
• Updated Item Fields: Displays the tracker item fields that are modified.
• Impacted Item Fields: Displays the fields that are impacted due to the updated tracker item fields.
• Affected Items Count: Displays the total number of items that are modified and impacted.
• Additional Impacted Items: Displays the fields that are impacted due to the affected or updated item fields. Click Cascaded Changes to view the details of the additional impacted fields in the Cascaded Changes window. This window displays a table which has the following columns:
◦ Triggered From: Displays the parent item that is modified by the user.
◦ Source Item: Displays the upstream or downstream items for the item displayed in the Triggered From column.
◦ Impacted Item Fields: Displays the field updated in the source item.
◦ Affected Items Count: Displays the total number of items that are affected while updating the source items.
• Execution Time: Displays the total time taken to execute the computation on all the impacted items.
• Time Stamp: Displays the details of the time when the computation process was initiated.
|
|
An error message is displayed if you click a hyperlink for a tracker item that has been deleted or moved to the trash.
|
You can sort this table by the Execution Time, Time Stamp, and Affected Items Count columns. By default, the table is sorted in descending order by the Execution Time column.