Skip to content
Snippets Groups Projects
Unverified Commit 482e79c5 authored by Petr Špaček's avatar Petr Špaček
Browse files

split-clients: new tool to split large PCAP into multiple smaller ones

This is essentially the opposite of limit-clients.lua.
This new script assigns one client IP address to a single output and
copies all packets for single client into the same output file.

Client assignment is pseudorandom and does not guarantee uniform
assignment. Clients typically do not generate equal load in any metric
(be it QPS or overall resources required to process client's query),
so there would be little point in complicating code for theoretical
uniformity.

Stats generated at the end provide some insight into uniformity of the
split on per-client and per-packet basis.
parent ae34b848
No related branches found
No related tags found
1 merge request!61split-clients: new tool to split large PCAP into multiple smaller ones
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment