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

Identify time gaps #4

Open
mgm3746 opened this issue Jun 1, 2023 · 0 comments
Open

Identify time gaps #4

mgm3746 opened this issue Jun 1, 2023 · 0 comments

Comments

@mgm3746
Copy link

mgm3746 commented Jun 1, 2023

Flag log lines where the time gap exceeds a specified interval.

For example, if the interval is 10 seconds, it would identify lines 2 and 3 below, as there is an 11-second gap between them:
2023-06-01 12:42:32,760 WARN log line1
2023-06-01 12:42:42,760 WARN log line2
2023-06-01 12:42:53,760 WARN log line3
2023-06-01 12:42:54,760 WARN log line4

This could be used to identify bottleneck events and also periods of time when the application is not busy.

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