Delivery-Date: Sun, 27 Jul 2014 20:12:16 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED,
	RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 536591E02C2
	for <archiver@seul.org>; Sun, 27 Jul 2014 20:12:14 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 8F3CD300D4;
	Mon, 28 Jul 2014 00:12:06 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 9900F3010C
 for <tor-talk@lists.torproject.org>; Mon, 28 Jul 2014 00:02:06 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at eugeni.torproject.org
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id H2636McBJ9h7 for <tor-talk@lists.torproject.org>;
 Mon, 28 Jul 2014 00:02:06 +0000 (UTC)
Received: from necrid.teamhugs.is (teamhugs.is [93.95.226.146])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "*.teamhugs.is", Issuer "*.teamhugs.is" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 66A3A300D4
 for <tor-talk@lists.torproject.org>; Mon, 28 Jul 2014 00:02:06 +0000 (UTC)
Received: by necrid.teamhugs.is (Postfix, from userid 1001)
 id AEC851EC383; Mon, 28 Jul 2014 00:02:02 +0000 (UTC)
Date: Mon, 28 Jul 2014 00:02:02 +0000
From: Andrew Lewman <andrew@torproject.is>
To: tor-talk@lists.torproject.org
Message-ID: <20140728000202.GN18042@necrid.teamhugs.is>
Mail-Followup-To: tor-talk@lists.torproject.org
References: <53D47B68.3000905@riseup.net>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <53D47B68.3000905@riseup.net>
X-PhaseofMoon: "The Moon is Waning Crescent (11% of Full)"
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [tor-talk] how many verify their tbb ?
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

On Sun, Jul 27, 2014 at 02:09:12PM +1000, shmick@riseup.net wrote 0.3K bytes in 0 lines about:
: are there any stats available to see the % of people who verify their
: tbb download (cross ref same IP for both the .xz and .asc or shasum txt
: file ???) as a % of total tbb downloads ?

Here's a rough idea from my website mirror:

Since 20 July 2014: 

cat access.log| cut -d" " -f7 | grep tor*browser | grep -v html| grep -v png| sort | grep -cv .asc
9122

cat access.log| cut -d" " -f7 | grep tor*browser | grep -v html| grep -v png| sort | grep -c .asc
1624

This includes all requests (404, 200, 302, etc). 

So roughly, 9122:1624 or 18% if I did my top-of-the-head math right. And
technically, this is just requests for the .asc file, no idea if the
person/bot actually ran gpg --verify on it.

-- 
Andrew
pgp 0x6B4D6475
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

