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

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

    [ https://issues.apache.org/jira/browse/METRON-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15170165#comment-15170165 ] 

ASF GitHub Bot commented on METRON-55:
--------------------------------------

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 <ni...@nickallen.org>
Date:   2016-02-27T00:05:02Z

    METRON-55 Simplify Modification of Packet Replay

----


> 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)