[tor-bugs] #2071 [BridgeDB]: BridgeDB stuck at 500 bridges
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Fri Nov 5 01:14:30 UTC 2010
#2071: BridgeDB stuck at 500 bridges
-----------------------+----------------------------------------------------
Reporter: mikeperry | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: BridgeDB | Version:
Keywords: | Parent:
-----------------------+----------------------------------------------------
Comment(by mikeperry):
Ok, I ran this script over the logs:
for i in tonga_logs_20101*;
do
echo ; echo $i
echo -n "New:"
grep dirserv_add_descriptor $i | grep -c accepted
echo -n "Updated:"
grep dirserv_add_descriptor $i | grep updated | awk '{ print $11; }' |
sort | uniq | wc -l
done
This was the output:
tonga_logs_20101025
New:199
Updated:650
tonga_logs_20101026
New:136
Updated:631
tonga_logs_20101027
New:112
Updated:593
tonga_logs_20101028
New:101
Updated:643
tonga_logs_20101029
New:135
Updated:614
tonga_logs_20101030
New:122
Updated:613
tonga_logs_20101101
New:123
Updated:644
So it appears we are seeing about 250 more descriptors in a 24 hour period
than tonga is publishing, give or take 20 or so?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2071#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list