Age | Commit message (Collapse) | Author | Files | Lines |
|
JIRA: YARDSTICK-1241
Add latest updates about updated dashboard
Added Information on Standalone mode (SRIOV and OVS-DPDK)
Added Information on Override traffic profile in test file
Added Information on new Grafana updates
Added information NFVI metrics
Change-Id: Ifcf55ac93d1c9f8c92f3d9dd7eb68d49a6117ffe
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
|
|
* changes:
[docs][userguide] Update formatting for Influx instructions in ch04
[userguide] Update the directory structure listing
[docs][devguide] Fix line lengths in devguide_nsb_prox.rst
|
|
JIRA: YARDSTICK-1335
Change-Id: I863da3318a71dbcf2dc3f2b43fda6a92feed2089
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
A number of links were broken, or permenently redirected.
Some literal include directives pointed to the wrong location.
These have been updated, so the links are valid.
JIRA: YARDSTICK-1416
Change-Id: Icd20113e0ab099850fa58fa41bb27a00670f57ca
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
Contains Updates :-
New Description of Grafana output
New Description of ProxDuration Runner
Update Description of Openstack Network
Change-Id: I861bb7eab4aeed207c0151be6766c48c5f10c6ef
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
|
|
JIRA: YARDSTICK-1035
Do not hardcode NIC/interface speed in PROX test. Test assumes
NIC used is 10Gbps. This is incorrect. It could support 1Gbps,
10Gbps, 25Gbps, 40Gbps or something else.
This is used to calculate pps (Packets Per Second)
In Baremetal the NIC speed could be extracted. however when
run on a virtual machine this is not possible.
Solution:
Add in options section of test file.
eg.
Options:
interface_speed_gbps: 10
Where 10 refers to a 10Gbps. In a setup where multiple interfaces
are used. This will refer to the speed of the slowest connection.
Change-Id: I89ab16479a2cdd1d79e52cbcc5a972762c60d057
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
|
|
JIRA: YARDSTICK-840
This provides a developer guide to enable the reader to add NSB
PROX tests based on existing PROX functionality.
This allows the user to configure, run and debug NSB Prox tests
for Baremetal and Openstack (both 2 and 4 ports)
Change-Id: I2cb9eb6064e501dd9abe0d2cc4ed8ce4b369f174
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
|