zilla icon indicating copy to clipboard operation
zilla copied to clipboard

Generate `zilla dump` packet captures in timestamp order including across workers

Open jfallows opened this issue 10 months ago • 0 comments

Describe the desired outcome from the user's perspective As devops, I want to see zilla dump packet captures show packets in the order they occurred to more easily diagnose frames happening between packets across workers.

Acceptance criteria

  • Merge sort the packets during generation such that packet number order and timestamp order are consistent
  • No longer need to explicitly sort by timestamp in wireshark to see what is happening in order

Additional context None

jfallows avatar Apr 17 '24 06:04 jfallows