diff options
author | 2016-12-07 15:24:38 +0200 | |
---|---|---|
committer | 2016-12-21 13:01:05 +0200 | |
commit | eae78d4356b8834b78a91c52d869a7949f8f3e90 (patch) | |
tree | 184156f8e653adfa33eb0e70838f45d2a92355d0 /scripts/cap2 | |
parent | 539de1c6af63071c1da9ed5db668c500f8993a03 (diff) |
improve Stateful scheduler
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts/cap2')
-rw-r--r-- | scripts/cap2/cur_flow.yaml | 26 | ||||
-rw-r--r-- | scripts/cap2/udp_10_pkts.pcap | bin | 0 -> 804 bytes |
2 files changed, 26 insertions, 0 deletions
diff --git a/scripts/cap2/cur_flow.yaml b/scripts/cap2/cur_flow.yaml new file mode 100644 index 00000000..8f53c0be --- /dev/null +++ b/scripts/cap2/cur_flow.yaml @@ -0,0 +1,26 @@ +- 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 : 1 + ipg : 10000000 + rtt : 10000000 + w : 1 + - name: cap2/udp_10_pkts.pcap + cps : 99 + ipg : 200 + rtt : 200 + w : 1 + diff --git a/scripts/cap2/udp_10_pkts.pcap b/scripts/cap2/udp_10_pkts.pcap Binary files differnew file mode 100644 index 00000000..3417a1db --- /dev/null +++ b/scripts/cap2/udp_10_pkts.pcap |