From owner-freebsd-questions@FreeBSD.ORG Mon Mar 16 04:02:36 2009 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 22B291065672 for ; Mon, 16 Mar 2009 04:02:36 +0000 (UTC) (envelope-from ciphwn@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id A7FB98FC15 for ; Mon, 16 Mar 2009 04:02:35 +0000 (UTC) (envelope-from ciphwn@gmail.com) Received: by mu-out-0910.google.com with SMTP id w1so1105873mue.3 for ; Sun, 15 Mar 2009 21:02:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=NNeCVQAE9HLfvVu3PoKB/wVyCh15xlDEyO+hTKta7ww=; b=nzZ/+VtKDsu8CZWpxfm8SP8KqEuZxMzcUKDSisOVhg18EPRTI2jSZvMRJaueHU0yd2 znTVo3QEW6p3bOgpKbAZG1dVsOleVIm1GXAFH61cTr/FXEoFnqiMV3Dq0+Mezxo9x/N5 69/Z6wx4g4U1UVLfhmaqpdfzN7SizYgvA990A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=CTiEPDbAPO87Fzm13XbBuvdSU4a9b9ab/GCEf8z0EmHNBm7ehhqfvZDDRMY4aZtj8E 02J4n4CZh2ONkytafxB/fZ12LVCigoMTU9YisWhB0K8HXQquKpKa5s/5MQEUJpwcgngC 9tgnRL5QmijXWGu97EKB+mZU1KxmA5mlEBu5s= MIME-Version: 1.0 Received: by 10.103.226.10 with SMTP id d10mr1901374mur.35.1237176154541; Sun, 15 Mar 2009 21:02:34 -0700 (PDT) Date: Mon, 16 Mar 2009 00:02:34 -0400 Message-ID: <13b997e60903152102w384b82dcu559c0b53d3b864d0@mail.gmail.com> From: Cipta H To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: netstat -NM uses 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: Mon, 16 Mar 2009 04:02:36 -0000 I found these options in netstat and I'm interested in what they're for: =A0=A0=A0=A0 -M=A0=A0=A0 Extract values associated with the name list from = the specified =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 core instead of the default /dev/kmem. =A0=A0=A0=A0 -N=A0=A0=A0 Extract the name list from the specified system in= stead of the =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 default, which is the kernel image the syste= m has booted from. what are they for? Is it related to retrieving network data from another host / system? What are the uses of these options? Thanks Best regards, Cipta