diff options
author | ahothan <ahothan@cisco.com> | 2017-11-27 18:43:28 -0800 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2017-11-27 18:43:28 -0800 |
commit | 48761532adf2420d7932149cc0e16c69804e9c16 (patch) | |
tree | 7940a873ab14868e32191defecd7926988e20149 /docs/testing/user/userguide/fluentd.rst | |
parent | 1ce98c7510f810a5ee790523a0dcbf429961adda (diff) |
Fix docker container to pick VM image 0.5, enhance doc diagrams1.2.0
Add SRIOV packet paths
Change-Id: I0f082fd3443e41dec81ab1847726107b07ea9b52
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docs/testing/user/userguide/fluentd.rst')
-rw-r--r-- | docs/testing/user/userguide/fluentd.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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 + <match nfvbench.**> @type copy <store> @@ -40,6 +41,7 @@ under NFVbench configuration), and storage backend is elasticsearch which is running at localhost:9200. .. code-block:: bash + <match resultnfvbench.**> @type copy <store> @@ -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: |