Delivery-Date: Wed, 28 Jan 2015 17:29:23 -0500
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.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,
	DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,
	URIBL_BLOCKED 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 32C091E07FD
	for <archiver@seul.org>; Wed, 28 Jan 2015 17:29:22 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id A9E0432090;
	Wed, 28 Jan 2015 22:29:18 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id CB2F53202B
 for <tor-talk@lists.torproject.org>; Wed, 28 Jan 2015 22:29:14 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
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 lxMLsxIUCGtK for <tor-talk@lists.torproject.org>;
 Wed, 28 Jan 2015 22:29:14 +0000 (UTC)
Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com
 [IPv6:2607:f8b0:4003:c06::235])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id A488E31FFD
 for <tor-talk@lists.torproject.org>; Wed, 28 Jan 2015 22:29:14 +0000 (UTC)
Received: by mail-oi0-f53.google.com with SMTP id i138so20816108oig.12
 for <tor-talk@lists.torproject.org>; Wed, 28 Jan 2015 14:29:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=U49v1na18jn9Q5VePckf8gK9QwRW+jJVTBmgJOa+PxA=;
 b=yIHXbs7SWs4E+1skEPVCcHZJN+aVlcA4VzKMrdTslHtoklW+6FMpkWymqoX4HRCFC1
 I2+P15njXla26qKqWqOPcbnB9rZ5k1nz+uo7m9c096Xv9p9LueFZ1vu3785kJUBCvk2e
 /zCrL8wKbs6CR3r4CP1nYjdAkNKdytNbhvs9GBOEO0Cz/x1K/2ScfublzKfuxMrUUGyl
 TbUhk89fhSL81xUN/hDFAY6dDWl3692cZ378jiKKfOpjHk4t7l5kFwFwGKqveIU545Ia
 Tfm5L/f82kaTep6UmrX8N2bY+EDYmmngk7CyFMH/mDlJoV8L1frSg2PgqXGZYBEfFiWm
 KDAw==
MIME-Version: 1.0
X-Received: by 10.60.123.14 with SMTP id lw14mr3658257oeb.31.1422484152330;
 Wed, 28 Jan 2015 14:29:12 -0800 (PST)
Received: by 10.60.102.241 with HTTP; Wed, 28 Jan 2015 14:29:12 -0800 (PST)
Date: Wed, 28 Jan 2015 17:29:12 -0500
Message-ID: <CAD2Ti28+wTPBrF7PQca5GJ729XAKJrKfqa7WD5GALTGR9N4nHg@mail.gmail.com>
From: grarpamp <grarpamp@gmail.com>
To: tor-talk@lists.torproject.org
Subject: [tor-talk] #11179 [Tor]: Combine setevents circ and stream
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 the lists I see people trying to dig through
complex debug logs and other places, or trying
to use third party tools just to answer the two
questions of what Tor received from them to send
and where did it exit. So I made a ticket for that.
ex:
telnet localhost 9051
authenticate "<password>"
setevents streamcirc
[watch your traffic flows...]

https://trac.torproject.org/projects/tor/ticket/11179

The goal is to provide a relatively simple one liner stream to watch
on the console (or to capture) with all the elements needed to add
detail to (and thus better answer) the very frequent reports of
difficult to pin down (transient/recurring) exit and clearnet service
behaviour, as well as to help the user self verify which application
traffic is making it to the Tor client.
-- 
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

