Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add log replay mechanism #123

Open
rladstaetter opened this issue Oct 30, 2022 · 0 comments
Open

Add log replay mechanism #123

rladstaetter opened this issue Oct 30, 2022 · 0 comments
Assignees
Milestone

Comments

@rladstaetter
Copy link
Owner

Create a functionality to replay log files.

Initially, this should happen solely for development purposes, maybe in a later stage be incorporated in the user interface.

To start with, an simple implementation reads a given log file line by line and writes it again in a new file, every line with a constant delay. This can be useful for testing.

After having implemented parsing of timestamps log files can be replayed. To make things more interesting, log files can be replayed in a 'fast forward' way. This allows to inspect runtime behavior (for example, bursts of activity will be quite apparent then, phases of inactivity as well).

@rladstaetter rladstaetter self-assigned this Mar 10, 2024
@rladstaetter rladstaetter added this to the 24.3.0 milestone Mar 10, 2024
@rladstaetter rladstaetter modified the milestones: 24.3.0, 24.4.0 Apr 30, 2024
@rladstaetter rladstaetter modified the milestones: 24.4.0, 24.5.0 May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant