jetty/jetty.project
GitHub で見るImprove ConnectionStatistics to report dynamic information
Open
#5,826 opened on 2020年12月18日
Help WantedLow Priority
Repository metrics
- Stars
- (3,701 stars)
- PR merge metrics
- (平均マージ 6d 14h) (30d で 48 merged PRs)
説明
Jetty version 9.4.x
Description
ConnectionStatistics gathers statistics from the connections only when they are closed.
This is not optimal for benchmarks that perform a run, but then keep connections open.
It would be great if ConnectionStatistics (or perhaps another class, say DynamicConnectionStatistics) had a mode where upon an API call (e.g. DynamicConnectionStatistics.collect()) would run through the open connections and gather the statistics from them.