[tor-bugs] #28061 [Core Tor/sbws]: Check prioritisation, it should make 2 measurements that are 24 appart

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Oct 16 13:29:43 UTC 2018


#28061: Check prioritisation, it should make 2 measurements that are 24 appart
---------------------------+-------------------------------------
 Reporter:  juga           |          Owner:  (none)
     Type:  defect         |         Status:  new
 Priority:  Medium         |      Milestone:  sbws 1.0 (MVP nice)
Component:  Core Tor/sbws  |        Version:
 Severity:  Normal         |     Resolution:
 Keywords:                 |  Actual Points:
Parent ID:  #28042         |         Points:
 Reviewer:                 |        Sponsor:
---------------------------+-------------------------------------

Comment (by pastly):

 There's no parameter that directly controls the frequency with which sbws
 will scan an arbitrary relay. If you want to increase (or decrease) how
 often sbws gets around to scanning relay Foo, then you can

 - increase (or decrease) the number of measurement threads (def: 3, I use
 6 when I test sbws)
 - decrease (or increase) the number of downloads to make per measurement
 (def: 10, I leave alone)
 - decrease (or increase) the duration a download must be in order to be
 considered valid (def:
 [https://github.com/torproject/sbws/blob/8f4c5b8a8e775165810b188663e489e8ac91d050/sbws/config.default.ini#L39
 documented here])

 If you're against changing those parameters and still can't manage to
 accumulate the desired number of measurements for relay Foo within the
 validity period, then you can increase the validity period.

 In the name of the added code complexity, I'm against adding a notion to
 the prioritizer that says it should aim for making a measurement for relay
 Foo every X hours. Or that measurements should be performed differently
 when we have a lot of "catching up" to do.

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


More information about the tor-bugs mailing list