diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-07-16 15:26:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-07-16 15:26:07 -0400 |
commit | 022d251cb7c979a37c01e87fa20c83fb5e986830 (patch) | |
tree | c040aa6d039c8832e2b9c72d77c1d3ab29041a91 /ChangeLog | |
parent | 82795eebb75e2c60b9a294a27100c3f19021dde5 (diff) | |
parent | cbe432739183ad9cb307f15362489bcc86b405d0 (diff) | |
download | tor-022d251cb7c979a37c01e87fa20c83fb5e986830.tar.gz tor-022d251cb7c979a37c01e87fa20c83fb5e986830.zip |
Merge branch 'dirreq-timing'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -15,11 +15,14 @@ Changes in version 0.2.2.1-alpha - 2009-??-?? - The memarea code now uses a sentinel value at the end of each area to make sure nothing writes beyond the end of an area. This might help debug some conceivable causes of bug 930. - - Directories that are configured with the --enable-geoip-stats flag - now write their GeoIP stats to disk exactly every 24 hours. - Estimated shares of v2 and v3 requests are determined as averages, - not at the end of a measurement period. Also, unresolved requests - are listed with country code '??'. + - Directories that are configured with the --enable-dirreq-stats flag + and have "DirReqStatistics 1" set write directory request stats to + disk every 24 hours. As compared to the --enable-geoip-stats flag + in 0.2.1.x, there are a few improvements: 1) stats are written to + disk exactly every 24 hours; 2) estimated shares of v2 and v3 + requests are determined as mean values, not at the end of a + measurement period; 3) unresolved requests are listed with country + code '??'; 4) directories also measure download times. - Exit nodes can write statistics on the number of exit streams and transferred bytes per port to disk every 24 hours. To enable this, run configure with the --enable-exit-stats option, and set |