X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=nfvbench.git;a=blobdiff_plain;f=docs%2Fdeveloper%2Fdesign%2Foverview.rst;fp=docs%2Fdevelopment%2Foverview%2Foverview.rst;h=9876d623384f8a0c9a4099ff1c9e63ecf09ba02c;hp=26e19d18450137cdd405e333b290ac6d996a8ec4;hb=b33d3b4bc7ae7113ffca9b049eef1be172e22d29;hpb=1e6a2788ca3118885c64276dc862f98d53d4ac99 diff --git a/docs/development/overview/overview.rst b/docs/developer/design/overview.rst similarity index 94% rename from docs/development/overview/overview.rst rename to docs/developer/design/overview.rst index 26e19d1..9876d62 100644 --- a/docs/development/overview/overview.rst +++ b/docs/developer/design/overview.rst @@ -3,12 +3,9 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) Cisco Systems, Inc -.. contents:: - :depth: 3 - :local: +Overview +-------- -Introduction ----------------- NFVbench is a python application that is designed to run in a compact and portable format inside a container and on production pods. As such it only uses open sourec software with minimal hardware requirements (just a NIC card that is DPDK compatible). Traffic generation is handled by TRex on 2 physical ports (2x10G or higher) forming traffic loops up to VNF level and following @@ -18,6 +15,7 @@ to VNF(s) and back. Configuration of benchmarks is through a yaml configuraton file and command line arguments. Results are available in different formats: + - text output with tabular results - json result in file or in REST reply (most detailed)