DPDK usage discussions
 help / color / mirror / Atom feed
From: sharanya k <ksharanya.97@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] Enabling stats in pipeline applications
Date: Thu, 8 Feb 2018 18:45:05 +0530	[thread overview]
Message-ID: <CAHJ=+w5ix18poLf8x=DpAoPpGssKKFizAAp0odOVmaCwOQYSDg@mail.gmail.com> (raw)

Hi,
I am running an ip pipeline application in dpdk version 17.08.1
(stable). I can see the packets getting received and send through
Wireshark. But, I couldn't get the statistics in the pipeline app
using the following command.

pipeline> p 1 stats port in 0
Pipeline 1 - stats for input port 0:
Pkts in: 0
Pkts dropped by AH: 0
Pkts dropped by other: 0
pipeline> p 2 stats port in 0
Pipeline 2 - stats for input port 0:
Pkts in: 0
Pkts dropped by AH: 0
Pkts dropped by other: 0
pipeline> p 2 stats port out 0
Pipeline 2 - stats for output port 0:
Pkts in: 0
Pkts dropped by AH: 0
Pkts dropped by other: 0

I even enabled the following flags in dpdk/config/common_base and recompiled.
CONFIG_RTE_*_STATS_COLLECT=y
Still its not working.

Can you please help me to rectify this?

Regards,
Sharanya

             reply	other threads:[~2018-02-08 13:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-08 13:15 sharanya k [this message]
2018-02-08 14:11 ` Heena Sirwani
2018-02-09 12:24   ` sharanya k
2018-02-09 13:07     ` Heena Sirwani

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='CAHJ=+w5ix18poLf8x=DpAoPpGssKKFizAAp0odOVmaCwOQYSDg@mail.gmail.com' \
    --to=ksharanya.97@gmail.com \
    --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).