Measures reported by MsSqlJobStatusTest
This test measures the status of the specific jobs executing on an Microsoft SQL server.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Number_of_run_times |
Indicates the number of times the job has run
|
Number |
  |
| Avg_Duration |
Indicates the average time taken by the job to execute
|
Secs |
By comparing the value of this metric across the current jobs, you can accurately identify the job that is taking too long to complete. Also, note that if the value of the Number_of_run_times measure is equal to zero, then the Avg_Duration measure will not appear in the eG user interface.
|
| Status |
Indicates the status of the particular job
|
Number |
If the value of this measure is 0, it means that the job has failed. In such a case, use the detailed diagnosis of the Number_of_run_times measure to determine the root-cause of the failure. The value 3 for this measure indicates that the job was cancelled, and the value 1 denotes that the job executed successfully. However, note that if the value of the Number_of_run_times measure is equal to zero, then the Status measure will not appear in the eG user interface.
The values reported by this measure and their numeric equivalents are available in the table below:
| Measure Value |
Numeric Value |
| Failed |
0 |
| Successful |
1 |
| Cancelled |
3 |
Note:
This measure reports the Measure Values listed in the table above to indicate the status of the SQL job. However, in the graph, this measure is indicated using the Numeric Values listed in the above table.
|
|