From nobody Tue Jun 27 15:09:14 2023 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qr7Qn03hnz4k8cj; Tue, 27 Jun 2023 15:09:05 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Qr7Qm3PcGz3Q3L; Tue, 27 Jun 2023 15:09:04 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; none Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.17.1/8.15.2) with ESMTPS id 35RF9EGT082548 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 27 Jun 2023 08:09:15 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.17.1/8.15.2/Submit) id 35RF9ED0082547; Tue, 27 Jun 2023 08:09:14 -0700 (PDT) (envelope-from fbsd) Date: Tue, 27 Jun 2023 08:09:14 -0700 From: bob prohaska To: Jamie Landeg-Jones Cc: freebsd-net@freebsd.org, freebsd-arm@freebsd.org Subject: Re: -current dropping ssh connections Message-ID: References: <202306212305.35LN5ITH069587@donotpassgo.dyslexicfish.net> <202306222238.35MMcoQm017939@donotpassgo.dyslexicfish.net> <601E35C4-CDE1-47A3-B2D2-29501AB5FB93@yahoo.com> <202306271447.35RElQFl046968@donotpassgo.dyslexicfish.net> List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202306271447.35RElQFl046968@donotpassgo.dyslexicfish.net> X-Rspamd-Queue-Id: 4Qr7Qm3PcGz3Q3L X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Tue, Jun 27, 2023 at 03:47:26PM +0100, Jamie Landeg-Jones wrote: > bob prohaska wrote: > > > It is tempting to think USB saturation would account > > for the trouble. A tool similar to gstat, but for > > USB as a whole, would be helpful if it exists. > > Would this do? > > /usr/ports/sysutils/usbtop Yes, thank you! bob prohaska