From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 06:18:07 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A279C16A4BF for ; Thu, 11 Sep 2003 06:18:07 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6045343F3F for ; Thu, 11 Sep 2003 06:18:04 -0700 (PDT) (envelope-from bsd@perimeter.co.za) Received: from localhost (localhost [127.0.0.1]) (uid 9999) by perimeter.co.za with local; Thu, 11 Sep 2003 15:17:58 +0200 From: bsd@perimeter.co.za To: "FreeBSD Question List" Date: Thu, 11 Sep 2003 15:17:58 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: Subject: IPMON Format ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 13:18:07 -0000 Hi all! A little help please with understanding the format of ipmon.log. I have entries like this (mind line-wrap): =========================== Sep 11 14:52:46 fox ipmon[47]: 14:52:45.248487 2x ed1 @0:3 P 196.23.158.10,25 -> 196.22.178.91,26704 PR tcp len 20 40 -A K-S OUT =========================== I have been able to figure out what it all means by reference to "man ipmon", except for the following two things: 1) the "2x" before the interface name (ed1). 2) the "K-S" right near the end of the line, before "OUT". What do these two fields mean? Regards, Patrick.