Add infrastructure to add the NFVi KPI collections 21/26621/4
authorDeepak S <deepak.s@linux.intel.com>
Fri, 30 Dec 2016 17:22:25 +0000 (09:22 -0800)
committerDeepak S <deepak.s@linux.intel.com>
Thu, 19 Jan 2017 02:58:10 +0000 (08:28 +0530)
commitddb76faa5841997bd3eec4ed2f3d33f56e66d0c3
tree2970946f924aedcc318158d19e24a3252cdf0cd5
parent4c02cf5d19e2c36c9747a1c05d86331a1918baec
Add infrastructure to add the NFVi KPI collections

 This patches added common function to collect NFVi KPIs for given usecases
 - Core KPIs like memory/LLC/IPC etc
 - OVS stats
 - memory stats etc.

JIRA: YARDSTICK-488
Change-Id: Iab41146392efc47b7313b1846a67728a44d0f1d6
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
tests/unit/network_services/nfvi/__init__.py [new file with mode: 0644]
tests/unit/network_services/nfvi/test_collectd.py [new file with mode: 0644]
tests/unit/network_services/nfvi/test_resource.py [new file with mode: 0644]
yardstick/network_services/nfvi/__init__.py [new file with mode: 0644]
yardstick/network_services/nfvi/collectd.conf [new file with mode: 0644]
yardstick/network_services/nfvi/collectd.py [new file with mode: 0644]
yardstick/network_services/nfvi/collectd.sh [new file with mode: 0755]
yardstick/network_services/nfvi/resource.py [new file with mode: 0644]