From owner-freebsd-arch@FreeBSD.ORG Thu Apr 4 22:30:39 2013 Return-Path: Delivered-To: arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0F9E02AF; Thu, 4 Apr 2013 22:30:39 +0000 (UTC) (envelope-from bright@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id F0346139; Thu, 4 Apr 2013 22:30:38 +0000 (UTC) Received: from kruse-124.4.ixsystems.com (drawbridge.ixsystems.com [206.40.55.65]) by elvis.mu.org (Postfix) with ESMTPSA id 7A1741A3D4C; Thu, 4 Apr 2013 15:30:30 -0700 (PDT) Message-ID: <515DFF05.10206@mu.org> Date: Thu, 04 Apr 2013 15:30:29 -0700 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Pawel Jakub Dawidek Subject: Re: [CFR][CFT] counter(9): new API for faster and raceless counters References: <20130401115128.GZ76816@FreeBSD.org> <20130402232606.GC1810@garage.freebsd.pl> <20130403002523.GA96431@in-addr.com> <20130404090851.GA1335@garage.freebsd.pl> In-Reply-To: <20130404090851.GA1335@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: arch@FreeBSD.org, Gleb Smirnoff X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Apr 2013 22:30:39 -0000 On 4/4/13 2:08 AM, Pawel Jakub Dawidek wrote: > XML is no go for me, as it is not really easy to use in scripts. > We would need to create a tool to parse it and then I'd much prefer to > import my API for dealing with name/value pairs that could be used in so > many more places. > Do you have a link to this format? I'm looking at YAML and it's interesting, although I'm not sure if a more abbreviated format wouldn't be better. What I'm currently using is like: date|vfs.freebuffers:5000|vfs.highbuffers: 343433|...| -Alfred