We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With rate set as:
flows: - duration: choice: fixed_packets fixed_packets: gap: 12 packets: 1000000 metrics: enable: true loss: false timestamps: false rate: choice: pps pps: "100000" size: choice: fixed fixed: 512
the limiting factor is TX rate. The DUT passes 100% of the packets
2022/05/15 21:45:42 Time passed: 11.080817133s out of 10s 2022/05/15 21:45:42 Stopping traffic... 2022/05/15 21:45:42 Metrics Response: choice: flow_metrics flow_metrics: - bytes_rx: "211071488" bytes_tx: "0" frames_rx: "412249" frames_rx_rate: 33645 frames_tx: "412249" frames_tx_rate: 32901 name: p1.v4.p2 transmit: stopped --- PASS: Test_RTBH_IPv4_Ingress_Traffic (11.14s)
The text was updated successfully, but these errors were encountered:
Merge pull request #3 from otg-staging/renovate/scapy-2.x
fff107a
Update dependency scapy to v2.5.0
No branches or pull requests
With rate set as:
the limiting factor is TX rate. The DUT passes 100% of the packets
The text was updated successfully, but these errors were encountered: