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 stats about how often a connection is blocked because of the flow control limits #790

Open
ddragana opened this issue Jul 3, 2020 · 3 comments
Labels
p3 Backlog

Comments

@ddragana
Copy link
Contributor

ddragana commented Jul 3, 2020

We need stats for traffic in both direction.

count number of send/receive DATA_BLOCKED frames with a unique value.

Add these stats to:
https://github.com/mozilla/neqo/blob/master/neqo-transport/src/stats.rs

@ddragana ddragana added the p3 Backlog label Nov 24, 2021
@larseggert
Copy link
Collaborator

larseggert commented Dec 4, 2024

See #1868
CC @mxinden

@mxinden
Copy link
Collaborator

mxinden commented Dec 5, 2024

Frame stats have been introduced in #1011.

https://phabricator.services.mozilla.com/D228295 exposed them via Glean.

One can explore the metric here:

https://glam.telemetry.mozilla.org/fog/probe/networking_http_3_quic_frame_count/explore?aggType=avg

image

count number of send/receive DATA_BLOCKED frames with a unique value.

I am not sure what "unique value" is referring to here. @larseggert do you know?

@larseggert
Copy link
Collaborator

DATA_BLOCKED contains the offset at which we're blocked. I guess @ddragana meant to log that offset if it's unique.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 Backlog
Projects
None yet
Development

No branches or pull requests

3 participants