X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Ftesting%2Fuser%2Fuserguide%2Fquickstart_docker.rst;h=98d4d251b2ed3e2b9fdd47e5f0653ac9640eb342;hb=refs%2Fchanges%2F57%2F42157%2F1;hp=2c9f76230d3073a8fd987bcf5a44b317b3e3aebb;hpb=e574290197fdec7b85dc789a41bc8f5c6c28f52a;p=nfvbench.git diff --git a/docs/testing/user/userguide/quickstart_docker.rst b/docs/testing/user/userguide/quickstart_docker.rst index 2c9f762..98d4d25 100644 --- a/docs/testing/user/userguide/quickstart_docker.rst +++ b/docs/testing/user/userguide/quickstart_docker.rst @@ -154,64 +154,23 @@ Edit the nfvbench.cfg file to only keep those properties that need to be modifie 6. Run NFVbench --------------- -To do a single run at 5000pps bi-directional using the PVP packet path: +To do a single run at 10,000pps bi-directional (or 5kpps in each direction) using the PVP packet path: .. code-block:: bash - nfvbench -c /tmp/nfvbench/my_nfvbench.cfg --rate 5kpps + nfvbench -c /tmp/nfvbench/my_nfvbench.cfg --rate 10kpps NFVbench options used: * ``-c /tmp/nfvbench/my_nfvbench.cfg`` : specify the config file to use (this must reflect the file path from inside the container) -* ``--rate 5kpps`` : specify rate of packets for test using the kpps unit (thousands of packets per second) +* ``--rate 10kpps`` : specify rate of packets for test for both directions using the kpps unit (thousands of packets per second) This should produce a result similar to this (a simple run with the above options should take less than 5 minutes): .. code-block:: none - ========== nfvbench Summary ========== - Date: 2016-10-05 21:43:30 - nfvbench version 0.0.1.dev128 - Mercury version: 5002 - Benchmarks: - > Networks: - > N9K version: {'10.28.108.249': {'BIOS': '07.34', 'NXOS': '7.0(3)I2(2b)'}, '10.28.108.248': {'BIOS': '07.34', 'NXOS': '7.0(3)I2(2b)'}} - Traffic generator profile: trex-c45 - Traffic generator tool: TRex - Traffic generator API version: {u'build_date': u'Aug 24 2016', u'version': u'v2.08', u'built_by': u'hhaim', u'build_time': u'16:32:13'} - Flows: - > PVP: - VPP version: {u'sjc04-pod3-compute-6': 'v16.06-rc1~27-gd175728'} - > Bidirectional: False - Profile: traffic_profile_64B - - +-----------------+-------------+----------------------+----------------------+----------------------+ - | L2 Frame Size | Drop Rate | Avg Latency (usec) | Min Latency (usec) | Max Latency (usec) | - +=================+=============+======================+======================+======================+ - | 64 | 0.0000% | 22.1885 | 10 | 503 | - +-----------------+-------------+----------------------+----------------------+----------------------+ - - - > L2 frame size: 64 - Flow analysis duration: 70.0843 seconds - - Run Config: - - +-------------+------------------+--------------+-----------+ - | Direction | Duration (sec) | Rate | Rate | - +=============+==================+==============+===========+ - | Forward | 60 | 1.0080 Mbps | 1,500 pps | - +-------------+------------------+--------------+-----------+ - | Reverse | 60 | 672.0000 bps | 1 pps | - +-------------+------------------+--------------+-----------+ - - +----------------------+----------+-----------------+---------------+---------------+-----------------+---------------+---------------+ - | Interface | Device | Packets (fwd) | Drops (fwd) | Drop% (fwd) | Packets (rev) | Drops (rev) | Drop% (rev) | - +======================+==========+=================+===============+===============+=================+===============+===============+ - | traffic-generator | trex | 90,063 | | | 61 | 0 | - | - +----------------------+----------+-----------------+---------------+---------------+-----------------+---------------+---------------+ - | traffic-generator | trex | 90,063 | 0 | - | 61 | | | - +----------------------+----------+-----------------+---------------+---------------+-----------------+---------------+---------------+ + [TBP] + 7. Terminating the NFVbench container -------------------------------------