diff options
author | ahothan <ahothan@cisco.com> | 2020-09-10 12:11:35 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2020-09-10 12:12:34 -0700 |
commit | 64579b717d47ab7f654c574794831be984bf32e1 (patch) | |
tree | 65d399356c639962d20ae50beb89b662badf4cf4 /docs/testing/user | |
parent | dbb932797aff64d458231519d3cf245913913d67 (diff) |
NFVBENCH-176 Cannot run service mode with flow stats
Change-Id: Iac920f75ea95c8d53afceeebf6445a4416d089d8
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docs/testing/user')
-rw-r--r-- | docs/testing/user/userguide/advanced.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/testing/user/userguide/advanced.rst b/docs/testing/user/userguide/advanced.rst index 26e1740..ba212c5 100644 --- a/docs/testing/user/userguide/advanced.rst +++ b/docs/testing/user/userguide/advanced.rst @@ -440,9 +440,13 @@ In another bash window, you should connect to the TRex console doing : .. code-block:: bash - cd /opt/trex/vX.XX/ #use completion here to find your corresponding TRex version - ./trex-console -r - capture start monitor --rx [port number] -v + cd /opt/trex/vX.XX/ # use completion here to find your corresponding TRex version + ./trex-console --python3 -r + # capture on port number 0 + capture monitor start --rx 0 -v + + # to stop capture + capture monitor stop Start this capture once you have started the NFVBench test, and you will observe packets on the TRex console : |