aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/etc/scripts/dhcp/ludd-cluster-2-sh
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2016-05-13 13:41:36 -0400
committerKeith Burns <alagalah@gmail.com>2016-05-13 19:28:39 +0000
commit1d1644c260808293a5629922201546763c3e2b64 (patch)
treee847c8c8464404d124c463411e743641f599f3f4 /vnet/etc/scripts/dhcp/ludd-cluster-2-sh
parentddfafb82ec2479788bc1ca3a0cf7d4635605be13 (diff)
VPP-57 Add doxygen build dependencies
Change-Id: I764d8a440c050d753e0380e139f489d3085f17f4 Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'vnet/etc/scripts/dhcp/ludd-cluster-2-sh')
0 files changed, 0 insertions, 0 deletions
or: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
.. _trex1:

Using VPP with TRex Mixed Traffic Templates
===========================================

In this example, a more complicated traffic with delay profile on *net2s22c05* is
generated using the traffic configuration file "avl/sfr_delay_10_1g.yaml":

.. code-block:: console

   NET2S22C05$ sudo ./t-rex-64 -f avl/sfr_delay_10_1g.yaml -c 2 -m 20 -d 100 -l 1000
   summary stats
    --------------
    Total-pkt-drop       : 43309 pkts
    Total-tx-bytes       : 251062132504 bytes
    Total-tx-sw-bytes    : 21426636 bytes
    Total-rx-bytes       : 251040139922 byte

    Total-tx-pkt         : 430598064 pkts
    Total-rx-pkt         : 430554755 pkts
    Total-sw-tx-pkt      : 324646 pkts
    Total-sw-err         : 0 pkts
    Total ARP sent       : 5 pkts
    Total ARP received   : 4 pkts
    maximum-latency   : 1278 usec
    average-latency   : 9 usec
    latency-any-error : ERROR

On *csp2s22c03*, use the VCC CLI command show run to display the graph runtime statistics.
Observe that the average vector per node is 10.69 and 14.47:

.. figure:: /_images/build-a-fast-network-stack-terminal-3.png