projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19a024b
)
docs: dpdk extended the initial note
author
Maryam Tahhan
<maryam.tahhan@intel.com>
Tue, 12 Dec 2017 16:36:52 +0000
(16:36 +0000)
committer
GitHub
<noreply@github.com>
Tue, 12 Dec 2017 16:36:52 +0000
(16:36 +0000)
docs/BUILD.dpdkstat.md
patch
|
blob
|
history
diff --git
a/docs/BUILD.dpdkstat.md
b/docs/BUILD.dpdkstat.md
index
55ee06b
..
b60c182
100644
(file)
--- a/
docs/BUILD.dpdkstat.md
+++ b/
docs/BUILD.dpdkstat.md
@@
-1,5
+1,8
@@
# The dpdkstat plugin
+This plugin is optional and only has a specific use case: monitoring DPDK applications
+that don't expose stats in any other way than the DPDK xstats API.
+
**Data Plane Development Kit** (DPDK) is a set of drivers and libraries for fast
packet processing. Please note that this plugin is a polling based plugin rather
than an events based plugin (using it will drive up core utilization on a system).