From owner-freebsd-ipfw@freebsd.org Wed Apr 20 22:18:49 2016 Return-Path: Delivered-To: freebsd-ipfw@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CBECB16D56 for ; Wed, 20 Apr 2016 22:18:49 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 1A7FB1D9D for ; Wed, 20 Apr 2016 22:18:47 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 0792C3AF79 for ; Wed, 20 Apr 2016 15:18:47 -0700 (PDT) From: "Ronald F. Guilmette" To: freebsd-ipfw@freebsd.org Subject: NEVERMIND! (was: How can I find the bandwidth hogs?) In-Reply-To: Date: Wed, 20 Apr 2016 15:18:47 -0700 Message-ID: <4301.1461190727@server1.tristatelogic.com> X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 22:18:49 -0000 Some hours after I posted my question, it dawned on me (duh!) that what I was asking for was some tool to perform what is most probably called "traffic analysis". so I just googled for "FreeBSSD traffic analysis" and of course, that got me boat loads of information about several different tools, all available on FreeBSD, that will do something along the lines of what I want to do. So I'm good. Please disregard my prior question here. In message Ben Woods wrote: >Easiest solution I can think of: Use net-mgmt/darkstat. >https://unix4lyfe.org/darkstat/ Oh! Thanks. That actually is _not_ one of the tools that I found when googling. I'll check that one out too.