From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 19:15:52 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 401AB1065681 for ; Thu, 24 Apr 2008 19:15:52 +0000 (UTC) (envelope-from norman.maurer@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id D631C8FC2C for ; Thu, 24 Apr 2008 19:15:51 +0000 (UTC) (envelope-from norman.maurer@googlemail.com) Received: by fg-out-1718.google.com with SMTP id 16so3510801fgg.35 for ; Thu, 24 Apr 2008 12:15:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=axv90yyq9S0JW8s0XN4M7el1V0+dNsrLcRi9bUie46o=; b=cuNgM9mAL58ZZvL2Qmf6Imi3YUkST+lagHCfkphsaWROZ7ZKUv5jdC8Jt/JAUepIWqry9Bg6d2lh+8tKpKA4m9Tg3nPOmELtdE6vWk0P8ntdr5ITC6h8dy8D3eZic90Trhp1ntbO/pVsw92+UcoKGTZ+7EIHZ1WiedhgQyv8KlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=U+grtVRi5jwWOsQ9D2+g5iyJhkgo/C1n8DNKxDE8KMBL15HXxMhqpozwzQ/H+o8+EVVmUNG99lyHZ7xgpyz59JUFhqvYQrUBc56tNSs0yCFsZSh718OywVo7FCqazqFgFBXoR2aC+24Xd8Uu3mNmXybbBlX1LiSgIkQOmE+oe6c= Received: by 10.86.96.18 with SMTP id t18mr1593030fgb.13.1209063108016; Thu, 24 Apr 2008 11:51:48 -0700 (PDT) Received: by 10.86.63.9 with HTTP; Thu, 24 Apr 2008 11:51:48 -0700 (PDT) Message-ID: <75bda7a00804241151m3d67efa8wf32ee1c9a2d5e1f7@mail.gmail.com> Date: Thu, 24 Apr 2008 20:51:48 +0200 From: "Norman Maurer" Sender: norman.maurer@googlemail.com To: AngryWolf In-Reply-To: <200804242019.10681.angrywolf@flashmail.com> MIME-Version: 1.0 References: <20080424181040.GB14991@nupfel.de> <200804242019.10681.angrywolf@flashmail.com> X-Google-Sender-Auth: 89d2af85c824e052 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org 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 19:15:52 -0000 2008/4/24 AngryWolf : > 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. > > nload should do the job ... Cheers, Norman