From owner-freebsd-questions@FreeBSD.ORG Tue Aug 17 18:58:41 2010 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 D7884106567A for ; Tue, 17 Aug 2010 18:58:41 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 76D728FC18 for ; Tue, 17 Aug 2010 18:58:41 +0000 (UTC) Received: by gyg4 with SMTP id 4so3285375gyg.13 for ; Tue, 17 Aug 2010 11:58:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=GJsUdIJ3vF7OnEKOsSS7KAWmUgvIdYhCUoXzRvJrEq8=; b=f8J/9McT92ndDWMig0K4438kjwUENlKhmzQBMEm22rVlba9RWVW+tOeL3rEmo02253 Z2iWBi2NNoP1QQPTotbZxxjWGUCpIvOChdM1/whaavTyclRHwZrvHuI0jZCIC7qiyWvc oTX79PD8nKr2JL0EZifLAqRqYFjpAfuagOkws= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=OMBmwbbei9JvXUVOCoxROciXKTlvr+c6x7kHYjPDaN2NOcp9x+TvGNLx/FJT1DhU3f VHENuLC6Mk2dF/W8DDFqmBVwl39EWG1z8CUdEeA+kTLFlJbiymH8jwmCf3MEQfAV/9jy VRDGiOQqITqVE/Qr2jI/edui+Tsd7hLvJnMeI= Received: by 10.101.164.16 with SMTP id r16mr8066233ano.199.1282071520452; Tue, 17 Aug 2010 11:58:40 -0700 (PDT) Received: from [192.168.1.3] (c-24-14-170-47.hsd1.il.comcast.net [24.14.170.47]) by mx.google.com with ESMTPS id p16sm389697anh.15.2010.08.17.11.58.39 (version=SSLv3 cipher=RC4-MD5); Tue, 17 Aug 2010 11:58:39 -0700 (PDT) Message-ID: <4C6ADBE4.3070900@gmail.com> Date: Tue, 17 Aug 2010 13:58:44 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4C6AD6ED.4050005@rawbw.com> <18532_1282070745_4C6AD8D9_18532_1530_1_D9B37353831173459FDAA836D3B434999E73663F@WADPMBXV0.waddell.com> In-Reply-To: <18532_1282070745_4C6AD8D9_18532_1530_1_D9B37353831173459FDAA836D3B434999E73663F@WADPMBXV0.waddell.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Is there a way to measure how much network traffic particular app generates? 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: Tue, 17 Aug 2010 18:58:41 -0000 If you're wanting something quick and simple to monitor, `systat -netstat` would probably be best. It lists by address and port, but if you run sockstat you get a list of which programs hold which sockets. On 8/17/2010 1:45 PM, Gary Gatten wrote: > nTop plus 100 others I'm sure. I'm sure even with pf, ipfw, iptables, et al: there's a way to permit "everything" but do accounting. I use ntop daily, but I'm just a novice at others so am just assuming there. > > What type of data you want/need vs. how big of footprint/resource requirements will drive your decision. > > G > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Yuri > Sent: Tuesday, August 17, 2010 1:38 PM > To: freebsd-questions@freebsd.org > Subject: Is there a way to measure how much network traffic particular app generates? > > For example skype, or web browser? > I know SysGuard in kde4 shows network traffic per interface at > particular time. But I am interested in per-application stats. > > Yuri > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"