[metrics-bugs] #25459 [Metrics/Analysis]: Compare total consensus weights across bandwidth authorities
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sat Mar 10 17:18:00 UTC 2018
#25459: Compare total consensus weights across bandwidth authorities
----------------------------------+--------------------------
Reporter: teor | Owner: metrics-team
Type: enhancement | Status: new
Priority: Medium | Milestone:
Component: Metrics/Analysis | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
----------------------------------+--------------------------
We were talking today about how to compare bandwidth authorities, and make
sure that different implementations are producing similar figures.
One easy way to compare bandwidth authority implementations is to compare
their total bandwidth weights.
For example, this is the total bandwidth weight in the consensus:
{{{
$ cat Library/Application\ Support/TorBrowser-Data/Tor/cached-microdesc-
consensus | grep "^w" | cut -d= -f2 | grep -v Unmeasured | paste -s -d + -
| bc
43763163
}}}
Do you think we can do a graph of total bandwidth weight for votes?
Should this go somewhere on metrics?
Or should it be a once-off thing that Tom (or someone else) does?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/25459>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the metrics-bugs
mailing list