GitHub user nickwallen opened a pull request:
https://github.com/apache/incubator-metron/pull/32
METRON-55 Simplify Modification of Packet Replay
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`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/incubator-metron METRON-55
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/32.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #32
----
commit 842516563c1678c0022f4c2b3d36c4498097c0df
Author: Nick Allen <[email protected]>
Date: 2016-02-27T00:05:02Z
METRON-55 Simplify Modification of Packet Replay
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---