Skip to content
Snippets Groups Projects
Closed Let's graph an estimate of the number of Tor Browser users
  • View options
  • Let's graph an estimate of the number of Tor Browser users

    • View options
  • Closed created by Lunar

    We already have graph to estimate the number of Tor clients and that's great. But with the botnet it became quite hard during summer 2013 to understand if the amount of Tor Browser users was stable or increasing.

    The Tor Browser regularly hits on https://check.torproject.org/RecommendedTBBVersions to see if a new version is available. Knowing how many times this file is hit could help us figuring out trends in Tor Browser usage. It would only give us trends, and not an estimate of the number of Tor Browser users though, given the complexity of browser usage patterns.

    I think the day and the user agent are enough information. With Apache, that can be kept by adding to the main configuration:

    LogFormat "%{%Y-%m-%d}t %{User-Agent}i" tbbversions

    And then to the check.tpo VirtualHost:

            SetEnvIf Request_URI ^/RecommendedTBBVersions$ tbbversions
            CustomLog ${APACHE_LOG_DIR}/tbbversions.log tbbversions env=tbbversions

    Attributes

    Assignees

    None

    Labels

    Milestone

    None

    Dates

    Start: None

    Due: None

    Time tracking

    No estimate or time spent

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first