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

SslConnection should implement getBytesIn()/getBytesOut() #5931

Closed
sbordet opened this issue Jan 29, 2021 · 0 comments · Fixed by #6335 or #6351
Closed

SslConnection should implement getBytesIn()/getBytesOut() #5931

sbordet opened this issue Jan 29, 2021 · 0 comments · Fixed by #6335 or #6351
Assignees
Labels
Sponsored This issue affects a user with a commercial support agreement

Comments

@sbordet
Copy link
Contributor

sbordet commented Jan 29, 2021

Jetty version
9.4.x

Description
SslConnection does not implement getBytesIn()/getBytesOut() but it should, so that load test reports are accurate in showing how many bytes traveled through the network.

Using IncludeExcludeConnectionStatistics would allow to select what connection needs to be tracked to avoid double-reporting the bytes.

@sbordet sbordet added this to To do in Jetty 9.4.42 FROZEN via automation May 30, 2021
@sbordet sbordet self-assigned this May 30, 2021
@sbordet sbordet added Sponsored This issue affects a user with a commercial support agreement and removed Help Wanted Low Priority labels May 30, 2021
sbordet added a commit that referenced this issue May 30, 2021
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue May 30, 2021
Make sure the connection is closed before the assertions.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue May 30, 2021
Fixed CountDownLatch count.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue May 30, 2021
Fixed CountDownLatch count again.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue May 31, 2021
Updates after review.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue Jun 1, 2021
Updated ConnectionStatistics to report both the stats of all connections,
and the stats grouped by connection class.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue Jun 3, 2021
Updates after review.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue Jun 3, 2021
The TimeoutException message always references the original timeout.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue Jun 3, 2021
…(). (#6335)

* Fixes #5931 - SslConnection should implement getBytesIn()/getBytesOut().

Updated ConnectionStatistics to report both the stats of all connections,
and the stats grouped by connection class.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue Jun 3, 2021
…(). (#6335)

Updated ConnectionStatistics to report both the stats of all connections,
and the stats grouped by connection class.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
(cherry picked from commit f902d12)
@sbordet sbordet added this to To do in Jetty 10.0.4/11.0.4 FROZEN via automation Jun 3, 2021
@sbordet sbordet moved this from To do to Done in Jetty 9.4.42 FROZEN Jun 3, 2021
Jetty 10.0.4/11.0.4 FROZEN automation moved this from To do to Done Jun 3, 2021
sbordet added a commit that referenced this issue Jun 3, 2021
…(). (#6335)

Updated ConnectionStatistics to report both the stats of all connections,
and the stats grouped by connection class.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
(cherry picked from commit f902d12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sponsored This issue affects a user with a commercial support agreement
Projects
No open projects
1 participant