diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-12-26 07:50:05 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-12-26 07:50:17 +0200 |
commit | 5b7974b82082637c835b181b105fc05193d127bf (patch) | |
tree | b89128bb7d8fc32f1aee3587b69df1e0781a454b /scripts | |
parent | 82b3ac03ffb239be5ac1fceb01d3f359576edf03 (diff) |
add --active-flows option to scale the active flows
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cap2/cur_flow_single.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/cap2/cur_flow_single.yaml b/scripts/cap2/cur_flow_single.yaml new file mode 100644 index 00000000..a5872da0 --- /dev/null +++ b/scripts/cap2/cur_flow_single.yaml @@ -0,0 +1,21 @@ +- duration : 0.1 + generator : + distribution : "seq" + clients_start : "16.0.0.1" + clients_end : "16.0.0.255" + servers_start : "48.0.0.1" + servers_end : "48.0.255.255" + clients_per_gb : 201 + min_clients : 101 + dual_port_mask : "1.0.0.0" + tcp_aging : 0 + udp_aging : 0 + mac : [0x0,0x0,0x0,0x1,0x0,0x00] + #cap_ipg : true + cap_info : + - name: cap2/udp_10_pkts.pcap + cps : 100 + ipg : 200 + rtt : 200 + w : 1 + |