summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-10-25 14:11:13 +0200
committerSebastian Hahn <sebastian@torproject.org>2011-10-25 16:47:27 +0200
commit7fbc0184334da7325d983d187ee14fdc0326123a (patch)
tree63ca6a9e69485bee82b4bfd22415fad76f412fba /changes
parentea0518f209959250dd07272d739a6d9aa9531444 (diff)
downloadtor-7fbc0184334da7325d983d187ee14fdc0326123a.tar.gz
tor-7fbc0184334da7325d983d187ee14fdc0326123a.zip
Add percentiles to the desc stats reporting
To get a better idea what's going on on Tonga, add some code to report how often the most and least frequently fetched descriptor was fetched, as well as 25, 50, 75 percentile. Also ensure we only count bridge descriptors here.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket42948
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket4294 b/changes/ticket4294
new file mode 100644
index 0000000000..5041495542
--- /dev/null
+++ b/changes/ticket4294
@@ -0,0 +1,8 @@
+(NOTE: THIS SHOULD REPLACE THE TICKET 4200 ENTRY IN THE CHANGELOG)
+ o Minor features:
+ - The Bridge Authority now writes statistics on how many bridge
+ descriptors it gave out in total, and how many unique descriptors it
+ gave out. It also lists how often the most and least commonly fetched
+ descriptors were given out, as well as the median and 25/75 percentile.
+ Implements tickets 4200 and 4294.
+