[tor-bugs] #5629 [BridgeDB]: How many EC2 bridges do we have?

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon Apr 16 13:31:37 UTC 2012


#5629: How many EC2 bridges do we have?
----------------------+-----------------------------------------------------
 Reporter:  runa      |          Owner:  aagbsn
     Type:  task      |         Status:  new   
 Priority:  normal    |      Milestone:        
Component:  BridgeDB  |        Version:        
 Keywords:            |         Parent:        
   Points:            |   Actualpoints:        
----------------------+-----------------------------------------------------

Comment(by aagbsn):

 This is the script I run to get the number of ec2 bridges:
 {{{
 grep "^router ec2bridge" /srv/bridges.torproject.org/from-authority
 /bridge-descriptors  | awk '{print $3}' | uniq | wc -l
 }}}

 Field $3 is the IP address. Field $2 is the nickname. So far I have
 observed that the count is the same whether I count by unique IP address
 or nickname.

 Did I miss something?

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


More information about the tor-bugs mailing list