GetBWProcessStatistics
Retrieves statistics about the processes that have been executed for a given application since the instrumentation was enabled.
Returns
Item | Description |
---|---|
Process Name | Name of the process definition |
Main Process Name | Name of the main process |
Application Name | Name of the application |
Application Version | Version of the application |
Module Name | Name of the module |
Module Version | Version of the module |
Created | Number of process instances created for this process definition |
Suspended | Number of times process instances have been suspended |
Failed | Number of times process instances have failed |
Completed | Number of process instances that have been successfully completed |
Total Execution | Total execution time (in milliseconds) for all successfully completed process instances |
Average Execution | Average execution time (in milliseconds) for all successfully completed process instances |
Total Elapsed | Total elapsed clock time (in milliseconds) for all successfully completed process instances |
Average Elapsed | Average elapsed clock time (in milliseconds) for all successfully completed process instances |
Min Elapsed | Elapsed clock time (in milliseconds) of the process instance that has completed in the shortest amount of elapsed time |
Max Elapsed | Elapsed clock time (in milliseconds) of the process instance that has completed in the longest amount of elapsed time |
Min Execution | Execution time (in milliseconds) of the process instance that has completed in the shortest amount of execution time |
Max Execution | Execution time (in milliseconds) of the process instance that has completed in the longest amount of execution time |
Most Recent ExecutionTime | Execution time (in milliseconds) of the most recently completed process instance |
Most Recent Elapsed Time | Elapsed clock time (in milliseconds) of the most recently completed process instance |
Count Since Reset | Number of process instances that have completed since the last reset of the statistics |
Related concepts
Copyright © Cloud Software Group, Inc. All rights reserved.