You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Nick Allen (JIRA)" <ji...@apache.org> on 2016/02/27 00:31:18 UTC

[jira] [Created] (METRON-55) Simplify Modification of Packet Replay

Nick Allen created METRON-55:
--------------------------------

             Summary: Simplify Modification of Packet Replay
                 Key: METRON-55
                 URL: https://issues.apache.org/jira/browse/METRON-55
             Project: Metron
          Issue Type: Improvement
            Reporter: Nick Allen


All additional options accepted by `tcpreplay` can be passed to the service script to modify how the network data is replayed. This makes it simple to control the amount and rate of data replayed during functional, performance and load testing.

Example: Replay data at a rate of 10 mbps.
> service pcap-replay start --mbps 10

Example: Replay data at a rate of 10 packets per second.
> service pcap-replay start --pps 10




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)