From owner-freebsd-net@FreeBSD.ORG Tue Feb 11 05:24:55 2014 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF6FEAE5 for ; Tue, 11 Feb 2014 05:24:55 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94AFF162A for ; Tue, 11 Feb 2014 05:24:55 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id x10so7083975pdj.11 for ; Mon, 10 Feb 2014 21:24:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:content-type:message-id:date:to :content-transfer-encoding:mime-version; bh=5CerllXpxmx0Vr4ysZlLfWbI8nvvq2z/SGYcgdW4eWc=; b=Q5PbWO+ecwSC4lI9dW+d7VkRsapS75hNEm/xQ7QqolP/IVLf2MOwyeM8AxOPXN9cTC 3kyxEKG6hwIBRFa3a4TY0O9Z5m4rBwvcCpJrw207ecIxaK04ebLWgD8nOy4ocDZespQs IBEKxUAoPRxlcDDDRIFZeDDRdE6Ai6rlSC5RiNN81RvaJm9OC5totOAf0vMukBpRRPdV yYPF3ZxRlcQhbhLXVoNmb5PiIbBjKzbkaWrwmRnEnwcZUEUXtwpauzkqmXAz0Li9fQCC Y6WkHuFUR5TInBstV6nlEcsUEy+ZwAcc2hSn14o2i/QAflCybiJSIVv72a9Ip34xD/Ds jlRw== X-Received: by 10.66.221.199 with SMTP id qg7mr30498116pac.88.1392096295195; Mon, 10 Feb 2014 21:24:55 -0800 (PST) Received: from [192.168.1.64] (108-64-226-69.lightspeed.sntcca.sbcglobal.net. [108.64.226.69]) by mx.google.com with ESMTPSA id qw8sm48487167pbb.27.2014.02.10.21.24.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Feb 2014 21:24:54 -0800 (PST) Subject: netstat for vnets From: Vijay Singh Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (10B329) Message-Id: Date: Mon, 10 Feb 2014 21:24:52 -0800 To: FreeBSD Net Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 05:24:55 -0000 How does "jexec netstat -an" get its data from the kernel? I know that= netstat uses kvm, but I'm not sure how it works with vnet-jails. Any pointe= rs would be much appreciated. -vijay=