[tor-bugs] #14862 [Metrics Website]: agregate *BSD in relays by platform (and future bandwidth by platform)

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Mar 28 08:38:28 UTC 2015


#14862: agregate *BSD in relays by platform (and future bandwidth by platform)
---------------------------------+----------------------
     Reporter:  cypherpunks      |      Owner:  karsten
         Type:  enhancement      |     Status:  accepted
     Priority:  normal           |  Milestone:
    Component:  Metrics Website  |    Version:
   Resolution:                   |   Keywords:
Actual Points:                   |  Parent ID:
       Points:                   |
---------------------------------+----------------------

Comment (by cypherpunks):

 For the record, this is my current match to sum *BSD - I didn't intent to
 add OSX to *BSD.

 {{{
 if re.match(".*BSD$", rawos) or re.match("^NetBSD", rawos) or rawos ==
 'Bitrig' or rawos == 'DragonFly':
   return "*BSD
 }}}

 current results:

 {{{
 CW       adv_bw    P_guard   P_middle  P_exit    OS
 94.9037% 112933    95.0600%  94.8059%  94.8343%  Linux
 3.8259%  5112      3.6640%   3.0041%   4.9922%   *BSD
 0.8109%  2411      0.5343%   1.6803%   0.1082%   Windows
 0.2938%  222       0.5140%   0.3214%   0.0000%   SunOS
 0.1654%  258       0.2277%   0.1878%   0.0650%   Darwin
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14862#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list