From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 506891381F3 for ; Thu, 8 Nov 2012 03:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B17621C017; Thu, 8 Nov 2012 03:15:10 +0000 (UTC) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B43B4E04F2 for ; Thu, 8 Nov 2012 03:13:50 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id gg6so1818300lbb.40 for ; Wed, 07 Nov 2012 19:13:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=CbgxMJOVuoudYA2EWQCzP449ZitHnpJCRn6JfDAdtws=; b=dhQSoXQhZcdmDjFF5uxSF5+5xfdblh+1Od6UbHx5ZD2OQyKkurhGHwvI0Sfus45jky bnkzvDTlUwgzl/V04kUdIAajpCA+bqrmBGK585ElMXy4kEweFgOUZQpxpv4YT2UXyT2k aTxEzLhxepjux6OpbVzveNOkrN8DXDpzQtmAeBm+yn287W/SYrSuHGXOeM1c+p/UOJnr WMNpDrGCzOTmSEMYyYIiBCoG185OlnN8hxx6g48eMZFVj11FAqM2WtgX86uVxbaGqLOh fydETwyrHgYTmtIPxmdZWSDgyhwwJzM1QLosDflynfVsQsdc+I5eQXU2pjuFN2ZVL6fk US8Q== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.152.106.110 with SMTP id gt14mr6160928lab.1.1352344429003; Wed, 07 Nov 2012 19:13:49 -0800 (PST) Received: by 10.112.42.70 with HTTP; Wed, 7 Nov 2012 19:13:48 -0800 (PST) In-Reply-To: References: Date: Wed, 7 Nov 2012 19:13:48 -0800 Message-ID: Subject: [gentoo-user] Re: Measuring USB "packet loss" From: Chris Stankevitz To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: cf31808a-f178-4204-8c62-9fc71a51f4fe X-Archives-Hash: 378d38c4615b001aafb62dce66770bbc On Tue, Nov 6, 2012 at 12:07 PM, Chris Stankevitz wrote: > Q: How can I retrieve a count of USB transmissions that failed or were > retransmitted? (analogous to ifconfig on ethernet) Short answer from linux-usb: This is not possible. For lower latency, try the -rt kernel. Chris