From 9297dd9b880457f9c464907a28a03af7e22a2bdf Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Mon, 1 Jul 2019 08:42:50 +0000 Subject: DFC - Add link to performance baseline Change-Id: If940d3100f45bc1bacd6535cdcf9fe9823642f4f Issue-ID: DCAEGEN2-1575 Signed-off-by: elinuxhenrik --- docs/sections/services/dfc/configuration.rst | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/docs/sections/services/dfc/configuration.rst b/docs/sections/services/dfc/configuration.rst index fce00cd9..76e822e7 100644 --- a/docs/sections/services/dfc/configuration.rst +++ b/docs/sections/services/dfc/configuration.rst @@ -1,23 +1,13 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -Configuration -============= +Configuration and Performance +============================= **datafile** configuration is controlled via a single JSON file called datafile_endpoints.json. This is located under datafile-app-server/config. -Compiling DFC -============= - -Whole project (top level of DFC directory) and each module (sub module directory) can be compiled using -`mvn clean install` command. - -Configuration file: Config/datafile_endpoints.json - - - -JSON CONFIGURATION EXPLAINED +Json Configuration Explained ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Variables of interest (e.g. variables that should be inspected/modified for a specific runtime environment) are listed below for convenience. The entire file is provided later in this page for reference. @@ -125,3 +115,10 @@ The format of the JSON configuration that drives all behavior of DFC is probably } } } + +Performance +^^^^^^^^^^^ + +To see the performance of DFC, see "`Datafile Collector (DFC) performance baseline results`_". + +.. _Datafile Collector (DFC) performance baseline results: https://wiki.onap.org/display/DW/Datafile+Collector+%28DFC%29+performance+baseline+results \ No newline at end of file -- cgit 1.2.3-korg