From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 18:34:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD5BA106564A for ; Thu, 24 Apr 2008 18:34:42 +0000 (UTC) (envelope-from angrywolf@flashmail.com) Received: from mail02a.mail.t-online.hu (mail02a.mail.t-online.hu [84.2.40.7]) by mx1.freebsd.org (Postfix) with ESMTP id 894A88FC19 for ; Thu, 24 Apr 2008 18:34:42 +0000 (UTC) (envelope-from angrywolf@flashmail.com) Received: from 555555.no-ip.org (catv54032FE8.pool.t-online.hu [84.3.47.232]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail02a.mail.t-online.hu (Postfix) with ESMTPSA id 5C98B189896 for ; Thu, 24 Apr 2008 20:19:15 +0200 (CEST) Received: from gep7.555555.no-ip.org (unknown [172.16.0.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by 555555.no-ip.org (Postfix) with ESMTP id 6851011449 for ; Thu, 24 Apr 2008 20:19:14 +0200 (CEST) From: AngryWolf To: freebsd-questions@freebsd.org Date: Thu, 24 Apr 2008 20:19:10 +0200 User-Agent: KMail/1.9.7 References: <20080424181040.GB14991@nupfel.de> In-Reply-To: <20080424181040.GB14991@nupfel.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804242019.10681.angrywolf@flashmail.com> Subject: Re: simple network traffic query tool X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 18:34:42 -0000 Hi, Perhaps try 'bmon'. It doesn't support displaying peak values though, but simple enough. -- AngryWolf angrywolf@flashmail.com On Thursday 24 April 2008 20.10.40 Tobias Kirschstein wrote: > unfortunately the network monitor build into superkaramba does not work > for freebsd, os i want to write a widget which uses sysctl or any other > tool if available got get this information. systat is not appropriate > to be used because it does not terminate on its own as i see.