From owner-freebsd-questions@FreeBSD.ORG Sat Jan 21 16:23:06 2012 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 602DC1065670 for ; Sat, 21 Jan 2012 16:23:06 +0000 (UTC) (envelope-from beni.brinckman@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 25EC88FC08 for ; Sat, 21 Jan 2012 16:23:05 +0000 (UTC) Received: by iagz16 with SMTP id z16so3731188iag.13 for ; Sat, 21 Jan 2012 08:23:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=A3SEd2xI0WauV3VqpPC3t5t+BChJgSjcNRa5mCCy2JM=; b=GbnExvvCBC8aLQhYaWNQKzXwbJa/bENxaUYbfSoX+wCeX9MMo40ytsVC2+81imnIuB K5hlvE0MBvUGyNhxYaMvyMHNeWs43S7OZCxpLww++xYWgxoAzRLPvlgGCHQegt6LuXwj iFI9Bt/v7k8skm0KeFhtqwni9D7dXTENpLV2c= MIME-Version: 1.0 Received: by 10.50.160.131 with SMTP id xk3mr2737401igb.19.1327161648293; Sat, 21 Jan 2012 08:00:48 -0800 (PST) Received: by 10.231.153.6 with HTTP; Sat, 21 Jan 2012 08:00:48 -0800 (PST) In-Reply-To: <1327160830.2916.4.camel@tobi-Mobile> References: <1327160830.2916.4.camel@tobi-Mobile> Date: Sat, 21 Jan 2012 17:00:48 +0100 Message-ID: From: Beni Brinckman To: Tobias Pulm Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Network traffic human readable?! 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: Sat, 21 Jan 2012 16:23:06 -0000 2012/1/21 Tobias Pulm > Hi, > > how can I display my network traffic (netstat output) human readable? > Is there a function of the netstat that can do this? > > Thanks... > > > Is this what you need : netstat -i And then filter out the interfaces you need (netstat -i | grep ) -- Beni Brinckman.