On Wed, Aug 19, 2015 at 02:27:10PM +0200, Karsten Loesing wrote:
The new version 2.5 that I deployed this week adds the optional "measured" field to details documents. The main idea behind this new field is that relay operators and Tor network debuggers can now figure out easily whether a relay is affected by not being measured by a sufficient number of bandwidth authorities and as a result has lower usage than it could handle. This field is not yet displayed by the Onionoo clients Atlas or Globe, but it's accessible via Onionoo's API [2]. More details are on ticket #16020 [3].
Onionoo is great. Here are a couple of graphs that have to do with the "Measured" flag.
The first one is a CDF of consensus weight (which maps to e.g. the probability of using a relay in a circuit). Check out the big rise at a consensus weight of 20. That's caused by the default bandwidth setting of 20 KB/s when a relay is unmeasured: https://gitweb.torproject.org/tor.git/tree/src/or/dirvote.h?id=tor-0.2.6.10#... /** Default bandwidth to clip unmeasured bandwidths to using method >= * MIN_METHOD_TO_CLIP_UNMEASURED_BW. (This is not a consensus method; do not * get confused with the above macros.) */ #define DEFAULT_MAX_UNMEASURED_BW_KB 20
The second graph shows the age of all currently running relays (first seen date) with the consensus weight. The unmeasured relays are colored differently. See how they all fall on the 20 KB/s line.