From 206a77f0ca78b3b53ca1b04a168dd3d50202011d Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Sat, 24 Dec 2016 23:16:44 +0200 Subject: add a http short avg pkt size profile Signed-off-by: Hanoh Haim --- scripts/cap2/190_packet.pcap | Bin 0 -> 78392 bytes scripts/cap2/http_short.yaml | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 scripts/cap2/190_packet.pcap create mode 100644 scripts/cap2/http_short.yaml (limited to 'scripts/cap2') diff --git a/scripts/cap2/190_packet.pcap b/scripts/cap2/190_packet.pcap new file mode 100644 index 00000000..81649b2a Binary files /dev/null and b/scripts/cap2/190_packet.pcap differ diff --git a/scripts/cap2/http_short.yaml b/scripts/cap2/http_short.yaml new file mode 100644 index 00000000..82dbf229 --- /dev/null +++ b/scripts/cap2/http_short.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/190_packet.pcap + cps : 90 + ipg : 100 + rtt : 100 + w : 1 + - name: cap2/190_packet.pcap + cps : 10 + ipg : 5000000 + rtt : 5000000 + w : 1 + -- cgit 1.2.3-korg