Skip to content

Commit e7eabd9

Browse files
committed
In Chimbuko+NWChem docker image, set the minimum anomaly time to 5ms to avoid overloading the database with unimportant anomalies
1 parent a5bf70f commit e7eabd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/ubuntu18.04/openmpi4.0.4/Dockerfile.chimbuko.nwchem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y gdb emacs-nox vim
2323

2424
WORKDIR /
2525

26-
RUN echo "INVALIDATE_5" > /dev/null
26+
RUN echo "INVALIDATE_6" > /dev/null
2727
COPY run_nwchem_chimbuko.sh /
2828
COPY sos_filter.txt /
2929
COPY chimbuko_config.templ /

docker/ubuntu18.04/openmpi4.0.4/chimbuko_config.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pserver_nt=2 #number of worker threads
4949
####################################
5050
#Options for the AD module
5151
####################################
52-
ad_extra_args="-perf_outputpath chimbuko/logs -perf_step 1 -interval_msec <AD_INTERVAL>" #any extra command line arguments to pass. Note: chimbuko/logs is automatically created by services script
52+
ad_extra_args="-perf_outputpath chimbuko/logs -perf_step 1 -interval_msec <AD_INTERVAL> -prov_min_anom_time 5000" #any extra command line arguments to pass. Note: chimbuko/logs is automatically created by services script
5353
ad_win_size=<AD_WIN_SIZE> #number of events around an anomaly to store; provDB entry size is proportional to this so keep it small!
5454
ad_alg="hbos" #the anomaly detection algorithm. Valid values are "hbos" and "sstd"
5555
ad_outlier_hbos_threshold=0.99 #the percentile of events outside of which are considered anomalies by the HBOS algorithm

0 commit comments

Comments
 (0)