aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_stats.c
AgeCommit message (Expand)Author
2022-03-15test: Unit tests for overload onionskin ntorDavid Goulet
2021-12-14fixup! relay: 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: Overload state on DNS timeout is now X% over Y secsDavid Goulet
2021-10-20test: Add unit tests for DNS timeout overload stateDavid 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-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
2020-12-21Merge branch 'mr_240_squashed'Nick Mathewson
2020-12-21test: Fix memleak in test/load_stats_fileDavid Goulet
2020-12-21Fix timestamp parser in new load_stats_file.Karsten Loesing
2020-12-21relay: Report the entire content of a stats fileDavid Goulet
2020-11-25Fix build on 32-bit Windows.Alexander Færøy
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-03Write unittests for v3 metrics.George Kadianakis
2020-08-01Fix a leak-on-failure on test_get_bandwidth_lines()Nick Mathewson
2020-07-31test_stats : Removed CONFIG_PRIVATEMrSquanchee
2020-07-31Added tests for bandwidth functionsMrSquanchee
2020-07-31Added tests for bandwidth functionsMrSquanchee
2020-07-10Collect IPv6 bidi connection statisticsNick Mathewson
2020-07-10Change connstats.c identifers to start with conn_statsNick Mathewson
2020-07-10Split bidi connection-stats code into a new C file.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-05test/stats: Add minimal tests for rephist mtbfteor
2019-11-05test: Split stats into its own fileteor