Measures reported by MsSqlJobDetailsTest
This test measures the status of all the jobs executing on a Microsoft SQL server.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Total_jobs |
Indicates the total number of jobs on the server during the last measurement period. |
Number |
This measure is the sum of Successful_jobs, Failed_jobs and Canceled_jobs measures. |
| Successful_jobs |
Indicates the jobs that have been successfully executed. |
Number |
|
| Failed_jobs |
Indicates the jobs that have not been successfully executed. |
Number |
Ideally, the value for the Failed_jobs measure should be zero. On other hand, if this measure reports a non-zero value, then you can use detailed diagnosis to identify the name of the job that has failed, the server name and the step at which the job failed. |
| Canceled_jobs |
Indicates the jobs that were terminated by user interference. |
Number |
Ideally, the value for the Canceled_jobs measure should be zero. However, if this measure reports a non-zero value, then you can use detailed diagnosis to identify the name of the job that has been cancelled, server name and the step at which the job was cancelled. |
| Running_jobs |
Indicates the number of jobs that are currently executing on the server. |
Number |
|
|