|
Measures reported by WVDWinServiceTest
Many server applications in Windows environments run as background services. The WVDWinServiceTest checks the availability of the service that corresponds to an application.
Outputs of the test : One set of results for every service that is configured for monitoring.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Availability |
Indicates the availability of the service. |
Percent |
A value of 100 indicates that the specified service has been configured and is currently executing. A value of 0 for this measure indicates that the specified service has been configured on the server but is not running at this time. A value of -1 indicates that the service has not been configured on the target system. |
| Service_state |
Indicates the current state of this service. |
|
The values that this measure can report and their corresponding numeric values are discussed in the table below:
| Measure Value |
Numeric Value |
| Running |
1 |
| StartPending |
2 |
| Stopped |
3 |
| StopPending |
4 |
| Paused |
5 |
| PausePending |
6 |
Note:
By default, this measure reports the Measure Values listed in the table above to indicate service state. However, in the graph of this measure, service state is represented using the corresponding numeric equivalents only. |
|