Package | Description |
---|---|
org.opennms.netmgt.jasper.analytics |
Class and Description |
---|
AnalyticsCommand
Used to store the options of an ANALYTICS command
that has been parsed on the RRD query string.
|
ChompConfig
The Chomp command has the following structure:
ANALYTICS:Chomp=cutoffTimestampInSeconds
(:stripNaNs)
where:
- cutoffTimestampInSeconds is a time stamp, in seconds.
|
Filter
Alters the data source by adding one or more columns and/or
modifying the existing values.
|
FilterFactory
Used to instantiate a
Filter
from the corresponding command in the query string. |
HWForecastConfig
The command for the Holt-Winters forecasts has the following structure:
ANALYTICS:HoltWinters=outputPrefix
:inputColumn
(:numPeriodsToForecast)
(:periodInSeconds)
(:confidenceLevel)
where:
- inputColumn is the name of the column whose values we want to forecast
- numPeriodsToForecast is the number of periods we want to forecast
- periodInSeconds is the length of a period (or season) in seconds, if
this value is < 1, then we assume that every sample is a period.
|
OutlierFilterConfig
The command for outlier removal and interpolation has the following structure:
ANALYTICS:OutlierFilter=inputOuputColumn(:probability)
Outlier removal is performed by calculating a quantile using the defined
probability.
|
TrendLineConfig
The command for the trend line calculation has the following structure:
ANALYTICS:TrendLine=outputColumn
:inputColumn
(:secondsAhead)
(:polynomialOrder)
where:
- inputColumn is the name of the column whose values we want to trend
- secondsAhead is the number seconds ahead the of the column for
which we want to include the trend line
- polynomialOrder is the polynomial order of the trend line/curve
keep this to 1 for a line
|
Copyright © 2015. All rights reserved.