|
Measures reported by MsSqlJobDetailsTest
The MsSqlJobDetailsTest 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 that are currently running
|
Number |
  |
| 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.
|
|