| Measurement |
Description |
Measurement Unit |
Interpretation |
| totalPackageCount |
Indicates the total number of packages on the SQL Integration server. |
Number |
|
| createdPackageCount |
Indicates the number of packages that have been created currently. |
Number |
Use the detailed diagnosis of this measure to know which packages have been created. |
| runningPackageCount |
Indicates the number of packages that are running currently. |
Number |
Use the detailed diagnosis of this measure to know which packages are running. The start time and
end time of each package is also provided as part of detailed metrics. Use the time metrics to identify packages that have been running for an unduly long
time. It is extremely important to stop such executions to allow new instances to kick off at the next scheduled interval. |
| cancelledPackageCount |
Indicates the number of packages for which execution was cancelled currently. |
Number |
Use the detailed diagnosis of this measure to know which packages were cancelled. |
| failedPackageCount |
Indicates the number of packages for which execution has currently failed. |
Number |
Ideally, this measure should report the value 0. If a non-zero value is reported, then use the detailed diagnosis of this measure to know which packages failed during execution. |
| pendingPackageCount |
Indicates the number of packages that are currently awaiting execution. |
Number |
A consistent increase in the value of this measure could indicate slowness in package execution.
To know which packages are executing slowly, use the detailed diagnosis of this measure. |
| unexpectedlyEndedPacCount |
Indicates the number of packages for which execution ended abruptly/unexpectedly. |
Number |
Use the detailed diagnosis of this measure to know for which packages execution ended unexpectedly. |
| succeededPackageCount |
Indicates the number of packages that successfully executed all their tasks. |
Number |
Use the detailed diagnosis of this measure to identify the successful packages. |
| stopppingPackageCount |
Indicates the number of packages that have stopped running. |
Number |
Use the detailed diagnosis of this measure to identify the stopping packages. |
| completedPackageCount |
Indicates the number of packages that have completed execution. |
Number |
To know which packages have completed execution, use the detailed diagnosis of this measure. |