index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
relay
/
relay_metrics.c
Age
Commit message (
Expand
)
Author
2022-12-07
metrics: Fix typo in a label
David Goulet
2022-12-02
Ticket 40724: Add metrics for CC circuit counts
Mike Perry
2022-12-01
Ticket 40724: Additional congestion control metrics
Mike Perry
2022-11-10
metrics: Split cc with counters and gauges
David Goulet
2022-11-10
metrics: Split connections with a counter and gauge
David Goulet
2022-11-09
Merge branch 'tor-gitlab/mr/654' into maint-0.4.7
David Goulet
2022-11-09
metrics: Reorganize state labels so rate() can be applied
Mike Perry
2022-11-08
Merge branch 'tor-gitlab/mr/651' into maint-0.4.7
David Goulet
2022-11-08
metrics: Record percentage of blocked channels
Mike Perry
2022-11-08
metrics: Report amount of cwnd drop from delta and gamma
Mike Perry
2022-11-07
metrics: Add flow control metrics.
Mike Perry
2022-11-07
metrics: Add stats when the clock stalls.
Mike Perry
2022-11-07
metrics: Add running average of CC cwnd in slow start when closing circuit
Mike Perry
2022-11-07
metrics: Add stats when reaching vegas delta or ss_cwnd_max
David Goulet
2022-11-07
metrics: Add running average of CC cwnd when closing circuit
David Goulet
2022-11-07
metrics: Add running average of CC cwnd when exiting slow start
David Goulet
2022-11-03
metrics: Add connection socket family to metrics
David Goulet
2022-11-03
metrics: Add stats for num circ reaching max cell outq
David Goulet
2022-10-27
Merge branch 'tor-gitlab/mr/644' into maint-0.4.7
David Goulet
2022-10-27
metrics: Treat relay connections as gauge, not counter
David Goulet
2022-10-27
metrics: Add number of opened circuits to MetricsPort
David Goulet
2022-10-27
relay: Add our consensus relay flag to MetricsPort
David Goulet
2022-10-27
metrics: Add traffic related stats to MetricsPort
David Goulet
2022-10-27
relay: Add DoS subsystem stats to MetricsPort
David Goulet
2022-10-27
metrics: Fix naming and documentation
David Goulet
2022-10-26
relay: Change the connection metrics name
David Goulet
2022-10-26
relay: Add CC RTT reset stats to MetricsPort
David Goulet
2022-10-26
relay: Add total number of streams seen on MetricsPort
David Goulet
2022-10-12
relay: Add number of rejected connections to MetricsPort
David Goulet
2022-10-12
relay: Add connection stats to MetricsPort
David Goulet
2022-02-22
Implement core of ntor3 negotiation.
Nick Mathewson
2021-12-13
relay: Change DNS timeout label on MetricsPort
David Goulet
2021-10-20
relay: Comment out a unused variable for now
David Goulet
2021-10-20
relay: Avoid duplicate MetricsPort DNS error
David Goulet
2021-10-20
relay: For metrics, don't report DNS errors by query type
David Goulet
2021-05-12
rephist: Add a counter for the onioniskins stats
David Goulet
2021-05-12
metrics: One relay metrics was not using metrics_format_label()
David Goulet
2021-05-12
relay: Add TCP port exhaustion metrics
David Goulet
2021-05-12
relay: Add DNS metrics
David Goulet
2021-05-12
relay: Add the global connection limit metrics
David Goulet
2021-05-12
relay: Add number of open and max sockets metrics
David Goulet
2021-05-12
relay: Add the onionskins processing metrics
David Goulet
2021-05-12
relay: Add the OOM invocation metrics
David Goulet
2021-05-12
relay: Code and objects to initialize metrics store
David Goulet
2021-05-12
relay: Groundwork for relay metrics support
David Goulet