[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs