Page History
...
- Branch and Leaf Items
- Common Performance Data Items
- Understand Performance Data for IBM i Servers
- Understand Performance Data for Windows Servers
| Anchor |
|---|
...
|
...
|
When performance data collection is enabled, LANSA Composer collects performance data for each and every item or directive that is executed during the Processing Sequence run.
...
Item | Description |
|---|---|
Type | This columns shows the type of the item being executed – for example: ASSIGN, ACTIVITY, CASE … etc. |
Name | For an activity, transformation map or processing sequence item, this column shows the name of the activity, transformation map or processing sequence being executed. |
Nest | This column shows the nesting level of the item in the Processing Sequence. In a Processing Sequence that calls other Processing Sequences, it shows the nesting level of the Processing Sequence called as well as the nesting level of this item within the called Processing Sequence. |
Seq | This column shows the item's sequence number within the Processing Sequence. You can compare this with the item sequence number that can optionally be shown in the Processing Sequence Editor or that is shown when the Processing Sequence is printed. |
Flushed | While a Processing Sequence is running, the performance data is cached and flushed to the database only when absolutely necessary during the processing sequence execution. Since flushing the data itself has an impact on the performance statistics (particularly on I/O counts), this column is provided to show the number of times that the performance data was flushed to the database in the course of executing this item. You should take this into account when analyzing the performance data for this item. |
Elapsed | This column shows the total time elapsed (in milliseconds) during the execution of this item. |
JSM | This column shows the time elapsed (in milliseconds) executing JSM (LANSA Integrator) service commands during the execution of this item. This is included in the Elapsed column value. |
Alloc | These columns show an internal LANSA Composer object instance count and the nett change in that value. It is intended for use by the LANSA Composer development team and is not generally meaningful to customers. |