Hi, I am running ip_pipeline application using ip_pipeline.cfg file. How can I see the statistics of the packets that is being sent and received from this pipeline?
I tried running as shown below: pipeline> p 1 port in 0 enable pipeline> p 1 port in 1 enable pipeline> p 1 stats port in 1 Pipeline 1 - stats for input port 1: Pkts in: 0 Pkts dropped by AH: 0 Pkts dropped by other: 0 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 1 stats port out 0 Pipeline 1 - stats for output port 0: Pkts in: 0 Pkts dropped by AH: 0 Pkts dropped by other: 0 pipeline> p 1 stats port out 1 Pipeline 1 - stats for output port 1: Pkts in: 0 Pkts dropped by AH: 0 Pkts dropped by other: 0 I can see the packet being received and forwarded using wireshark. But not able to see in the statistics. Isn't this the right command to use? Thanks for your reply and help. Regards, Nidhia Varghese