Trending: New sensitive detection 13/16413/4
authorVratko Polak <vrpolak@cisco.com>
Mon, 10 Dec 2018 11:35:21 +0000 (12:35 +0100)
committerTibor Frank <tifrank@cisco.com>
Thu, 13 Dec 2018 12:29:06 +0000 (12:29 +0000)
commit22cd7ebc075483d2977393429260df818072fa52
treefe3e550b2541b76b17146a379596fd3be49da77b
parent9b51f36d4ad4d5364d010a32e4e3df0e5c695e9d
Trending: New sensitive detection

This enables PAL to consider burst size and stdev
when detecting anomalies.

Currently added as a separate presentation_new directory,
so the previous detection is still available by default.

TODO: If the state with two detections persists for some time,
create a script for generating presentation_new/
(from presentation/) to simplify maintenance.

Change-Id: Ic118aaf5ff036bf244c5820c86fa3766547fa938
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
35 files changed:
resources/tools/presentation/run_cpta.sh
resources/tools/presentation_new/conf.py [new file with mode: 0644]
resources/tools/presentation_new/conf_cpta/conf.py [new file with mode: 0644]
resources/tools/presentation_new/doc/graphs_improvements.css [new file with mode: 0644]
resources/tools/presentation_new/doc/graphs_improvements.rst [new file with mode: 0644]
resources/tools/presentation_new/doc/pal_func_diagram.svg [new file with mode: 0644]
resources/tools/presentation_new/doc/pal_layers.svg [new file with mode: 0644]
resources/tools/presentation_new/doc/pal_lld.rst [new file with mode: 0644]
resources/tools/presentation_new/doc/pic/graph-http-cps.svg [new file with mode: 0644]
resources/tools/presentation_new/doc/pic/graph-http-rps.svg [new file with mode: 0644]
resources/tools/presentation_new/doc/pic/graph-latency.svg [new file with mode: 0644]
resources/tools/presentation_new/doc/pic/graph-speedup.svg [new file with mode: 0644]
resources/tools/presentation_new/doc/pic/graph-throughput.svg [new file with mode: 0644]
resources/tools/presentation_new/environment.py [new file with mode: 0644]
resources/tools/presentation_new/errors.py [new file with mode: 0644]
resources/tools/presentation_new/fdio.svg [new file with mode: 0644]
resources/tools/presentation_new/generator_CPTA.py [new file with mode: 0644]
resources/tools/presentation_new/generator_alerts.py [new file with mode: 0644]
resources/tools/presentation_new/generator_files.py [new file with mode: 0644]
resources/tools/presentation_new/generator_plots.py [new file with mode: 0644]
resources/tools/presentation_new/generator_report.py [new file with mode: 0644]
resources/tools/presentation_new/generator_tables.py [new file with mode: 0644]
resources/tools/presentation_new/ignored_tcs.yaml [new file with mode: 0644]
resources/tools/presentation_new/input_data_files.py [new file with mode: 0644]
resources/tools/presentation_new/input_data_parser.py [new file with mode: 0644]
resources/tools/presentation_new/mapping_tc_names.yaml [new file with mode: 0644]
resources/tools/presentation_new/pal.py [new file with mode: 0644]
resources/tools/presentation_new/requirements.txt [new file with mode: 0644]
resources/tools/presentation_new/run_cpta.sh [new file with mode: 0755]
resources/tools/presentation_new/run_report.sh [new file with mode: 0755]
resources/tools/presentation_new/specification.yaml [new file with mode: 0644]
resources/tools/presentation_new/specification_CPTA.yaml [new file with mode: 0644]
resources/tools/presentation_new/specification_parser.py [new file with mode: 0644]
resources/tools/presentation_new/static_content.py [new file with mode: 0644]
resources/tools/presentation_new/utils.py [new file with mode: 0644]