aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/ovs_pmd_stats/ovs_pmd_stats.py
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01ovs_pmd_stats: bugfix for excessive padding with ovs-vswitchd 2.14.99.sstrehla1-2/+1
Added "strip" call to remove excessive whitespace padding from values Removed trailing newline Signed-off-by: Slawomir Strehlau <slawomir.strehlau@intel.com> Change-Id: I49686d239fcf105a03b2fa1131a506537f2dfe13
2017-06-07ovs_pmd_stats: added ovs_pmd_stats plugin.Roman Korynkevych1-0/+109
Added ovs_pmd_stats plugin which communicates with ovs-vswitch using unix socket and publishes pmd metrics in collectd format. Change-Id: I4dbdd58cdddfd13fe7df44e01c80212f2d4203fc Signed-off-by: Roman Korynkevych <romanx.korynkevych@intel.com>