diff options
author | Przemyslaw Szczerbik <przemyslawx.szczerbik@intel.com> | 2017-03-16 09:52:46 +0000 |
---|---|---|
committer | Przemyslaw Szczerbik <przemyslawx.szczerbik@intel.com> | 2017-03-23 14:53:59 +0000 |
commit | 8414803c9c474214df76e669a5dc0a4dca3f980d (patch) | |
tree | bb1b1e2d7f296af51f152127c12e5fd672ad51b5 /docs | |
parent | 9e7e7ae9e4115b09e35622ed8dbe43c6c2dd3fea (diff) |
dpdkevents: add example config and update makefile
Change-Id: I85edcbbf52dc3bd4d0e53c5076267b9f3f6c2284
Signed-off-by: Przemyslaw Szczerbik <przemyslawx.szczerbik@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/userguide/feature.userguide.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/release/userguide/feature.userguide.rst b/docs/release/userguide/feature.userguide.rst index 4e9b0d01..c71af190 100644 --- a/docs/release/userguide/feature.userguide.rst +++ b/docs/release/userguide/feature.userguide.rst @@ -46,7 +46,7 @@ Barometer has enabled the following collectd plugins: * *mcelog plugin*: A read plugin that uses mcelog client protocol to check for memory Machine Check Exceptions and sends the stats for reported exceptions -* *RDT plugin*: A read plugin that provides the last level cache utilitzation and +* *RDT plugin*: A read plugin that provides the last level cache utilization and memory bandwidth utilization All the plugins above are available on the collectd master, except for the @@ -86,7 +86,7 @@ collectd capabilities and usage them as shown in the examples below. The collectd plugins in OPNFV are configured with reasonable defaults, but can - be overriden. + be overridden. Building all Barometer upstreamed plugins from scratch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -190,7 +190,7 @@ https://github.com/collectd/collectd/blob/master/src/collectd.conf.pod you will need to specify the specific paths to the header files and libraries using LIBDPDK_CPPFLAGS and LIBDPDK_LDFLAGS. You will also need to add the DPDK library symbols to the shared library path using ldconfig. Note that this - update to the shared library path is not persistant (i.e. it will not survive a + update to the shared library path is not persistent (i.e. it will not survive a reboot). DPDK events plugin @@ -208,7 +208,7 @@ Building and installing collectd: .. code:: bash - $ git clone https://github.com/maryamtahhan/collectd.git + $ git clone https://github.com/collectd/collectd.git $ cd collectd $ ./build.sh $ ./configure --enable-syslog --enable-logfile --enable-debug @@ -253,7 +253,7 @@ https://github.com/collectd/collectd/blob/master/src/collectd.conf.pod you will need to specify the specific paths to the header files and libraries using LIBDPDK_CPPFLAGS and LIBDPDK_LDFLAGS. You will also need to add the DPDK library symbols to the shared library path using ldconfig. Note that this - update to the shared library path is not persistant (i.e. it will not survive a + update to the shared library path is not persistent (i.e. it will not survive a reboot). .. code:: bash |