Viasat / network-stats

Tools for compactly summarizing network traffic that is either flowing on an attached interface or within a PCAP file
Apache License 2.0
2 stars 5 forks source link

file_splitter.py should accept user-specified split duration parameter #5

Closed dvrx closed 3 years ago

dvrx commented 3 years ago

Currently file_splitter splits a network-stats capture file into 5-minute chunks. The user should be able to specify an optional duration parameter, in case they want chunks of different lengths (in minutes). I don't see a need to over-complicate this by allowing users to specify finer-grained chunk lengths (e.g., to the second).

charles-laubach commented 3 years ago

Enhancement implemented