From owner-svn-src-head@FreeBSD.ORG Thu Nov 20 21:10:07 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 582A349B; Thu, 20 Nov 2014 21:10:07 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E70C1CAA; Thu, 20 Nov 2014 21:10:06 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id z11so2916349lbi.39 for ; Thu, 20 Nov 2014 13:10:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ze4XmL83FWc5KxynpGsAqrRc8MnE2l7/qKLkQpC6l8I=; b=KOAaXp1QX5YYgntRVWyiKSmuVo2o0XiErXiocILYg0TB/1ODITel2fQbqeZMIGC8pE RVnlTZjZNHU6li56e+G+B0nNmtW4L1x+K6AT53izID6OUlCSWYXWIr7T7A3emdDIPxAd cH5pJYIiPxxkp5u7zwW1c6rObvWVgnSXPn8Gx2++S2pbf5mgzVv+Z610FEr9l6CRxUzZ rw2YPsSaeFeMNj3Vj6t7nzvRnUey0KiTyT+g8wSuijAEzteDdSJqRCIMNVKIXTPEMP1p 02MTwGUSGPymaZp/w1Mm8Uk0q5tFuP9LYs2UMvvBMDlYryfmYj832SeTGCL9td3s1FQr 57dQ== MIME-Version: 1.0 X-Received: by 10.112.133.138 with SMTP id pc10mr451944lbb.48.1416517805072; Thu, 20 Nov 2014 13:10:05 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Thu, 20 Nov 2014 13:10:04 -0800 (PST) In-Reply-To: <6491A081-35EB-4837-B025-2E4F92BD6623@xcllnt.net> References: <201411181803.sAII3fCg079794@svn.freebsd.org> <18F6425B-A767-426D-8EEF-57B7CFF3D54B@mu.org> <6491A081-35EB-4837-B025-2E4F92BD6623@xcllnt.net> Date: Thu, 20 Nov 2014 13:10:04 -0800 X-Google-Sender-Auth: jrHUe7zxJmRzFhXc7E25H13v-L0 Message-ID: Subject: Re: svn commit: r274672 - in head/contrib/libxo: . libxo xolint From: Craig Rodrigues To: Marcel Moolenaar Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Marcel Moolenaar , src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 21:10:07 -0000 On Wed, Nov 19, 2014 at 8:07 AM, Marcel Moolenaar wrote: > > Patches for netstat can be found here: > https://github.com/Juniper/libxo/blob/master/patches/netstat.patch > > Let me know if it contains the answer to your question. > > I should be able to commit netstat shortly. > Will you be committing the patches for vmstat at about the same time? Last year at BayLisa, Alfred gave a presentation ( https://www.youtube.com/watch?v=xBuyvEddI7U ) mentioning work he did to modify certain utilities in FreeBSD so that they could output information in a format that could be parsed by higher level tools ( https://github.com/splbio/eagleeye ). Converting these (and other) utilities to use libxo will make it a lot easier to write analysis tools like eagleeye. -- Craig