From owner-svn-src-head@FreeBSD.ORG Wed Nov 19 16:07:46 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 EDD888A5; Wed, 19 Nov 2014 16:07:46 +0000 (UTC) Received: from mail.xcllnt.net (mail.xcllnt.net [50.0.150.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C48F8C31; Wed, 19 Nov 2014 16:07:46 +0000 (UTC) Received: from mbergt-sslvpn-nc.jnpr.net ([66.129.239.14]) (authenticated bits=0) by mail.xcllnt.net (8.14.9/8.14.9) with ESMTP id sAJG7cBe019992 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Nov 2014 08:07:39 -0800 (PST) (envelope-from marcel@xcllnt.net) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: svn commit: r274672 - in head/contrib/libxo: . libxo xolint From: Marcel Moolenaar In-Reply-To: <18F6425B-A767-426D-8EEF-57B7CFF3D54B@mu.org> Date: Wed, 19 Nov 2014 08:07:32 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <6491A081-35EB-4837-B025-2E4F92BD6623@xcllnt.net> References: <201411181803.sAII3fCg079794@svn.freebsd.org> <18F6425B-A767-426D-8EEF-57B7CFF3D54B@mu.org> To: Alfred Perlstein X-Mailer: Apple Mail (2.1993) 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: Wed, 19 Nov 2014 16:07:47 -0000 > On Nov 18, 2014, at 10:04 PM, Alfred Perlstein wrote: >=20 > Marcel, is there a way to get libxo programs to emit time series data? = =20 >=20 > Any examples of this in the tree right now? >=20 > Example would be if "netstat -1" was libxo-ified, it would also emit a = timestamp. 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. I want to make sure libxo is clean and the trivial programs like w and wc, which I already committed, have paved the way for more and more complex utilities. FYI, --=20 Marcel Moolenaar marcel@xcllnt.net