diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-10 12:20:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-10 12:20:50 +0000 |
commit | ec78c5c7f8a9357e404b7207e626df97dd20efa9 (patch) | |
tree | 7a3f7141637a2197d314647db57a76d8b79616f4 /docs | |
parent | 1dc40afad832bca427058380a629634aa3cb104c (diff) | |
parent | e4aca4273b3fa9ee022ceff138f2f694942db4e5 (diff) |
Merge "Xena_2544_tput_options: Add options for rfc 2544 testing"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/trafficgen.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/configguide/trafficgen.rst b/docs/configguide/trafficgen.rst index 939b6cad..c323ae9d 100644 --- a/docs/configguide/trafficgen.rst +++ b/docs/configguide/trafficgen.rst @@ -373,6 +373,25 @@ set to allow for proper connections to the chassis. TRAFFICGEN_XENA_MODULE1 = '' TRAFFICGEN_XENA_MODULE2 = '' +RFC2544 Throughput Testing +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Xena traffic generator testing for rfc2544 throughput can be modified for +different behaviors if needed. The default options for the following are +optimized for best results. + +.. code-block:: console + + TRAFFICGEN_XENA_2544_TPUT_INIT_VALUE = '10.0' + TRAFFICGEN_XENA_2544_TPUT_MIN_VALUE = '0.1' + TRAFFICGEN_XENA_2544_TPUT_MAX_VALUE = '100.0' + TRAFFICGEN_XENA_2544_TPUT_VALUE_RESOLUTION = '0.5' + TRAFFICGEN_XENA_2544_TPUT_USEPASS_THRESHHOLD = 'false' + TRAFFICGEN_XENA_2544_TPUT_PASS_THRESHHOLD = '0.0' + +Each value modifies the behavior of rfc 2544 throughput testing. Refer to your +Xena documentation to understand the behavior changes in modifying these +values. MoonGen ------- |