DPDK usage discussions
 help / color / mirror / Atom feed
From: Cristian RUIZ <cristian.ruiz@inria.fr>
To: users@dpdk.org
Cc: Lucas Nussbaum <lucas.nussbaum@loria.fr>
Subject: [dpdk-users] Measuring packet throughput
Date: Tue, 04 Oct 2016 15:49:54 +0200	[thread overview]
Message-ID: <57F3B382.8080405@inria.fr> (raw)

hello,

I'm performing an experiment to measure the performance gain of OVS + 
DPDK. The goal is to measure the improvements in packet forwarding. My 
setup consist in two physical machines (M1 and M2). Each machine have a 
network card with two ports. The two machines where configured in the 
following way:

Machine M2: I set up OVS+DPDK and I set up the flow to forward packets 
from port1 (eth1) to port2 (eth2)

Machine M1: I installed DPDK packet generator to send packets to M2 
using eth1.

    M1                                         M2
-----------                               -------------
| pktgen  | eth1 ------------------> eth1 | ovs+ dpdk |
|         |                               |           |
|         | eth2 <------------------ eth2 |           |
-----------                               -------------

I have set up everything without problem but I don't know how to 
reliably measure the packet throughput for a given port. What tool 
should I use? At the moment I have just configured pktgen in machine M1 
to get port2 (eth2) statistics but I didn't find any way to put the 
results in text format and things go so fast that I cannot capture the 
right value. I have read articles and reports where they have measured 
this same metric I was wondering what tool they have used to measure it.

Thank you in advance for any help.

                 reply	other threads:[~2016-10-04 13:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57F3B382.8080405@inria.fr \
    --to=cristian.ruiz@inria.fr \
    --cc=lucas.nussbaum@loria.fr \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).