Page 1 of 1

TOR - Statistics per country?

Posted: 09 Mar 2012, 03:59
by rjakobsson
In this talk -> https://www.youtube.com/watch?v=DX46Qv_b7F4, one of the guys are referring to viewing statistics by country.
Is the B3 logging this per default? If so, where can I find that log file?
From what I can read out in the config, it does not at the moment, but I figure I can always ask. It would also be interesting to see the URL's that I'm trafficking.
Thanks.

Re: TOR - Statistics per country?

Posted: 09 Mar 2012, 17:57
by Gordon
According to the project page a typical request will travel through multiple TOR nodes and each of them will only know the previous- and the next node (which may be the intended destination if you're an exit-node). I'm guessing therefore that the answer to your question is: no you can't.

Re: TOR - Statistics per country?

Posted: 12 Mar 2012, 04:44
by rjakobsson
Hmm, yeah, I'm familiar with how it works. Maybe I misunderstood the video. According to the manual there should be some way to enable the GeoIP service - https://www.torproject.org/docs/tor-manual.html.en (search for BridgeRecordUsageByCountry).
Not sure how though.

Re: TOR - Statistics per country?

Posted: 12 Mar 2012, 04:53
by rjakobsson
I found an interesting file named geoip at /usr/share/tor/. Seems to contain the information I was searching for. Thanks!