-
Notifications
You must be signed in to change notification settings - Fork 115
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 TLP and retransmit timeouts counters to TCP sampler #253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the tlp one looks correct, but I think the RTO one needs to change to another kernel probe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the metric name, this looks good. I think it might be better overall to keep grouping metrics that are on the TX path together.
* Add TCP Tail Loss Recovery Probes sampler via BPF * Add TCP Retransmit timeout sampler via BPF
Problem
Add two new TCP probes:
Solution
Added two BPF kernel probes to count TLP and RTO events.
Result
Two new metrics introduced to TCP sampler: