From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 28 23:36:23 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C549716A551 for ; Wed, 28 Jun 2006 23:36:23 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE5A452E0 for ; Wed, 28 Jun 2006 23:14:21 +0000 (GMT) (envelope-from rodrigo@bebik.net) Received: from [192.168.0.19] (gam75-4-82-235-223-127.fbx.proxad.net [82.235.223.127]) by smtp6-g19.free.fr (Postfix) with ESMTP id E9ABF224DE for ; Thu, 29 Jun 2006 01:14:20 +0200 (CEST) Message-ID: <44A30BFC.4040501@bebik.net> Date: Thu, 29 Jun 2006 01:08:44 +0200 From: ros User-Agent: Thunderbird 1.5.0.2 (X11/20060613) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 28 Jun 2006 23:38:54 +0000 Subject: sysctl network stats X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2006 23:36:24 -0000 Hi, I'm doing a piece of software in perl to collect system stats. Now I'm working on network i/o stats, and I want to collect the per interface informations. I just looking for some informations about datas I can collect thought the sysctl call. regards - ros