From 48761532adf2420d7932149cc0e16c69804e9c16 Mon Sep 17 00:00:00 2001 From: ahothan Date: Mon, 27 Nov 2017 18:43:28 -0800 Subject: Fix docker container to pick VM image 0.5, enhance doc diagrams Add SRIOV packet paths Change-Id: I0f082fd3443e41dec81ab1847726107b07ea9b52 Signed-off-by: ahothan --- docs/testing/user/userguide/fluentd.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/testing/user/userguide/fluentd.rst') diff --git a/docs/testing/user/userguide/fluentd.rst b/docs/testing/user/userguide/fluentd.rst index 889d598..e1ff37f 100644 --- a/docs/testing/user/userguide/fluentd.rst +++ b/docs/testing/user/userguide/fluentd.rst @@ -20,6 +20,7 @@ running at localhost:9200. .. code-block:: bash + @type copy @@ -40,6 +41,7 @@ under NFVbench configuration), and storage backend is elasticsearch which is running at localhost:9200. .. code-block:: bash + @type copy @@ -77,6 +79,7 @@ An example of configuration for Fluentd working at 127.0.0.1:24224 and tags for and result is resultnfvbench .. code-block:: bash + fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the @@ -126,6 +129,7 @@ For each packet size and rate a result record is sent. Users can label those res --user-label parameter to NFVbench run .. code-block::bash + nfvbench --rate 1% --user-label nfvbench-label And the results of this command obtained from fluentd by elasticsearch: -- cgit 1.2.3-korg