aboutsummaryrefslogtreecommitdiff
path: root/src/feature/stats/rephist.c
AgeCommit message (Expand)Author
2024-01-30metrics: Add new relay metrics to MetricsPortDavid Goulet
2023-09-19Handle ntor and ntor_v3 individually in rephist and for MetricsPort.Alexander Færøy
2023-05-25Removed getter abstraction and moved from rephist to relay_metrics.friendly73
2023-05-25Fixed est intro getter using wrong arrayfriendly73
2023-05-25Added INTRO and REND metrics for relay.friendly73
2022-11-08Merge branch 'maint-0.4.7'David Goulet
2022-11-03metrics: Add connection socket family to metricsDavid Goulet
2022-10-27Merge branch 'maint-0.4.7'David Goulet
2022-10-27metrics: Fix naming and documentationDavid Goulet
2022-10-26rephist: Track number of streams seen per typeDavid Goulet
2022-10-12Merge branch 'maint-0.4.7'David Goulet
2022-10-12relay: Add number of rejected connections to MetricsPortDavid Goulet
2022-10-12conn: Keep stats of opened and closed connectionsDavid Goulet
2022-07-05fix easy typosRoger Dingledine
2022-03-15rephist: Introduce a fraction and period for overload onionskinDavid Goulet
2022-02-22Handle other places that use onion handshake type valuesMike Perry
2021-12-13relay: Change DNS timeout label on MetricsPortDavid Goulet
2021-12-13Merge branch 'ticket40527_046_01' into ticket40527_047_01David Goulet
2021-12-13relay: Don't make DNS timeout trigger an overloadDavid Goulet
2021-10-20relay: For metrics, don't report DNS errors by query typeDavid Goulet
2021-10-20relay: Overload state on DNS timeout is now X% over Y secsDavid Goulet
2021-10-20relay: Overload state on DNS timeout is now X% over Y secsDavid Goulet
2021-06-28Merge remote-tracking branch 'tor-gitlab/mr/385'George Kadianakis
2021-05-20Fix the fencepost issue when we check stability_last_downratedNeel Chauhan
2021-05-12rephist: Add a counter for the onioniskins statsDavid Goulet
2021-05-12relay: We might be noting down an unknown DNS error typeDavid Goulet
2021-05-12relay: Add TCP port exhaustion metricsDavid Goulet
2021-05-12dns: Gather DNS request statisticsDavid Goulet
2021-05-12relay: Add the global connection limit metricsDavid Goulet
2021-05-12relay: Add the onionskins processing metricsDavid Goulet
2021-04-13relay: Move "overload-general" from extra-info to server descriptor.Alexander Færøy
2021-03-18Terminate rep_hist_get_overload_stats_lines() with an NL.tor-0.4.6.1-alphaNick Mathewson
2021-03-17Fix compiler warning about signed/unsigned conversion.George Kadianakis
2021-03-17Merge branch 'mr/334'George Kadianakis
2021-03-17Rate-limit counter should increase once per minute.George Kadianakis
2021-03-17Implement backbone of overload statistics.George Kadianakis
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-19hs: Remove v2 statsDavid Goulet
2020-11-23Revert HSv3 stats string formatting to its old %u self.George Kadianakis
2020-11-17Merge branch 'tor-gitlab/mr/182' into masterDavid Goulet
2020-11-12Fix typos.Samanta Navarro
2020-11-03Add more docs about the HSv3 stat collection period.George Kadianakis
2020-11-03Improve string formatting in rep_hist_format_hs_stats().George Kadianakis
2020-11-03Switch v3_onions_seen_this_period to digest256map_t.George Kadianakis
2020-11-03Abstract v2/v3 "format stats to str" logic into a single function.George Kadianakis
2020-11-03Abstract v2/v3 "write stats to file" logic into a single function.George Kadianakis
2020-11-03Write unittests for v3 metrics.George Kadianakis
2020-11-03Introduce v3 stat formatting functions.George Kadianakis
2020-11-03Introduce generic HS stats methods that apply to v2 and v3.George Kadianakis
2020-11-03Implement support for "v3 rend traffic" stat.George Kadianakis