From owner-svn-src-all@freebsd.org Wed Dec 21 19:13:33 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8BE0C8B5CC; Wed, 21 Dec 2016 19:13:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70DDA1900; Wed, 21 Dec 2016 19:13:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id g23so156933288wme.1; Wed, 21 Dec 2016 11:13:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=3WXEB4SP4iQynwcaXXnxPgKFTbQMGg8iVIkaiZJ0g1M=; b=cy/lQ8VucWvwV/5MV7AoEVCPZU6lS4yJNMBTwv26II+Qy5YaQiv3D+OuKStNR3BK8v Wx1cuayZJs0rBRp6Apcne55/k1DMhItuDgJT82EaUSlb5uChDeoXCAbZy41wr9Z63fm+ 42O4GOWjF07NmvtH4TKINbn3v3GbB2WBE9nnJa1IF4cLZbHxkdeGs7eex8/DFT8/unpa eTDFdMJ7C7CtQmpoXwpSJC6/3tQLEF0JkJE60W46Bwzzhvx5oD8qfu0C1xELr/Vif+tV 9kzLogQMU5Hzk+CHUioz/YODqG1KAatTHQYpJ1gE6DEwJIAxWDYU7UcnGn2teYksHxnS AENQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=3WXEB4SP4iQynwcaXXnxPgKFTbQMGg8iVIkaiZJ0g1M=; b=rdr/AusiDGbNrQVdH0Qz+PMH4QwNQr9ccGl7kvFDueQZnMs3SdtwRrzlx/8qD6ZdCi knUYh24QKEai35rdwxIBiebtrXEadn3L40E9n/jIitpKd/62e31lAajJ4ZBs5Y3KEqZm vWGpeip/CegQPHhL3/whauX6uLUZAdb8Vz/wAK/YgzBCNfGeGhejyAzIP3hZB+rm39CB 6OeCWPsH85lpxgIPr4ZrHiWDqFh/YwO4EQnaUYI6PneKQfSwBFVjJ+ydbUjiHEC3rXKk SAQ+pXfaVbqEorSG2IK+PyLseP2DAlayCxX+mHpQp/AxN9tevoRjKoNHvFZcSng//a2I g15w== X-Gm-Message-State: AIkVDXILcdZZN661ifIYcO9u2hHf3mw+PdQFTOYeogEAHOwL9aLM6y4U1J/HSSudS9sMAjG1mW5XHGdR2u7I7Q== X-Received: by 10.28.69.217 with SMTP id l86mr8044454wmi.129.1482347611891; Wed, 21 Dec 2016 11:13:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.44.1 with HTTP; Wed, 21 Dec 2016 11:13:31 -0800 (PST) In-Reply-To: References: <201612210829.uBL8Tijt041811@repo.freebsd.org> From: Adrian Chadd Date: Wed, 21 Dec 2016 11:13:31 -0800 Message-ID: Subject: Re: svn commit: r310354 - in head/usr.sbin: . prometheus_sysctl_exporter To: Ed Schouten Cc: Ed Schouten , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2016 19:13:33 -0000 My suggestion is "let's flesh out the toolsets a bit first, we can rename them before 12.0". If you really want a namespace that you can tabcomplete, then my bikeshed is painted "stats_export_XXX". I have other comments, like "should this really be doing HTTP / gzip output?" instead of say, using JSON or something else as an intermediary format. I have some half-finished patches to libstatfoo that allow either plain-text or JSON output, and the JSON output includes changes to describe the value (int, ordinal, dB, dBm, dBi, 802.11 rate, etc). -adrian