diff options
author | 2016-12-22 11:35:11 +0200 | |
---|---|---|
committer | 2016-12-22 17:32:14 +0200 | |
commit | 89309695626ba47a7e9f4c908a4d46c8b059df0f (patch) | |
tree | e316c2ec05d42558dde0c0a7d43c864bb91c1ad7 /scripts/cap2 | |
parent | 7b8e05fc8996827a99d5da74b30138a15c89a96e (diff) |
stateful scheduler cleanup
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts/cap2')
-rw-r--r-- | scripts/cap2/imix_64_fast.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/scripts/cap2/imix_64_fast.yaml b/scripts/cap2/imix_64_fast.yaml new file mode 100644 index 00000000..f259381c --- /dev/null +++ b/scripts/cap2/imix_64_fast.yaml @@ -0,0 +1,28 @@ +# +# Simple IMIX test 64B +# +- duration : 0.0001 + 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] +# +# the templates are duplicated in purpose , to utilized all DRAM BW and get better performance, we should do it automaticly +# but for now it like this , you should have at least 8 +# + cap_info : + - name: cap2/udp_64B.pcap + cps : 1000000.0 + ipg : 10000 + rtt : 10000 + w : 1 + limit : 50 + |