{As a} sim integrator,
{I want} to be able to extract sub-sections from a larger duplicator session,
{So that I can} take a larger recording and generate smaller ones that focus on specific events to assist in debugging issues.
Context
I've got a large number of large/long duplicator sessions now. Each contains smaller pieces that are of interest or superfluous time on the start/end. I'd like to reduce these down to just the sections that matter.
Acceptance Criteria
Once complete, the system shall have a tool called the dissector that can:
[ ] Trim a recording from a start time until the end
[ ] Trim a recording from a start to a finish time
[ ] Output trimmed recording to a specific file
[ ] Write out information about the new recording, including the number of PDUs it contains and the time that it runs for.
Story
{As a} sim integrator, {I want} to be able to extract sub-sections from a larger duplicator session, {So that I can} take a larger recording and generate smaller ones that focus on specific events to assist in debugging issues.
Context
I've got a large number of large/long duplicator sessions now. Each contains smaller pieces that are of interest or superfluous time on the start/end. I'd like to reduce these down to just the sections that matter.
Acceptance Criteria
Once complete, the system shall have a tool called the
dissector
that can: