PerformanceQueryInterval Element (ADF)
Specifies how frequently the application updates its performance counters.
구문
<ApplicationExecutionSettings>
...
<PerformanceQueryInterval>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
duration. |
Default value |
60 seconds. |
Occurrence |
Optional once per ApplicationExecutionSettings element. |
Updates |
Can be added, deleted, and modified when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
None. |
주의
Each application has performance counters that provide information to help you monitor the application. The PerformanceQueryInterval element configures how often the application updates its performance counters. For more information about performance counters, see Notification Services 성능 개체.
The format of the XML duration data type is PnYnMnDTnHnMnS. For more information about XML data types, see Primitive XML Data Types in the MSDN Library.
예
The following example shows how to specify that affected performance counters should be updated once per hour.
<PerformanceQueryInterval>P0DT01H00M00S</PerformanceQueryInterval>
참고 항목
참조
Application Definition File Reference
관련 자료
성능 쿼리 간격 지정
인스턴스 및 응용 프로그램 업데이트
Notification Services 성능 개체