Skip to content

Instantly share code, notes, and snippets.

@neerajnagi
Last active July 19, 2016 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neerajnagi/6618fbb92765d97fd157240e1194c584 to your computer and use it in GitHub Desktop.
Save neerajnagi/6618fbb92765d97fd157240e1194c584 to your computer and use it in GitHub Desktop.
autobaseline testing instructions
DATETIME = autobaseline datetime set in viewer, value set is 24hr
NO_BATCH = number of batches used for autobaseline, starting from DATETIME, value set is 20.

Autobaseline calculation look for data in range of [DATETIME , DATETIME+24hr] . From this data first NO_BATCH of points are takes and there mean is used as autobaseline value.From vmart if you see that starting from DATETIME to DATETIME+24hr , there are not a minimum 20 points in vmart autobaseline will fail.

Checks to be made

1) DATETIME is set for respective gauge in dataviewer
2) atleast 20 point in [DATETIME, DATETIME+24hr]
3) Check rejection logic specific to a gauge.e.g. for filter status
if(mean < 4*standard deviation) for 20 points , autobaseline fails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment