Initially, when a limited amount of data has been collected, the baseline average is calculated for the same hour for every preceding day of the week.
When more data is available, a switchover in the calculation method occurs automatically and Data Aggregator establishes "normal" by averaging hourly samples across available preceding same days of the week.
By default, this automatic switchover occurs when at least 3 same day of the week, same hour data samples are available for the past 12 weeks. You can change when this automatic switchover occurs.
Consider the following information about changing when same day of the week, same hour baseline averages are calculated:
Follow these steps:
http://hostname:port/rest/sdshbaselineconfig
Specifies the Data Aggregator host name and the port number.
Default port: 8581
The sdshbaselineconfig webservice endpoint URL opens.
For example:
<SdshBaselineConfiguration version="1.0.0">
<SDSHSettings>
<MinimumNumberOfRequiredDataPoints>5</MinimumNumberOfRequiredDataPoints>
<MaximumNumberOfWeeks>10</MaximumNumberOfWeeks>
</SDSHSettings>
</SdshBaselineConfiguration>
In this example, the minimum number of data points to be available for baseline average calculation has been changed to 5. The number of preceding weeks to look for these data points has been changed to 10.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|