From owner-freebsd-testing@freebsd.org Sun Jun 28 20:46:19 2015 Return-Path: Delivered-To: freebsd-testing@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 6C12198F7B1 for ; Sun, 28 Jun 2015 20:46:19 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x233.google.com (mail-yk0-x233.google.com [IPv6:2607:f8b0:4002:c07::233]) (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 22A6F1874; Sun, 28 Jun 2015 20:46:19 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykdt186 with SMTP id t186so99419122ykd.0; Sun, 28 Jun 2015 13:46:18 -0700 (PDT) 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=tRcyrI747fzWHD69cabwpLE515/lzRDO1U/j/u6OlV4=; b=Dp1knO6ipAgZGaHzRncQP+fDNU5S1PFREMshLSWLa+vELJWk/++ZtxzeAEeqCi+P5M UQa1kwLjCkUjqVIryDKh1cLqHNvvyXCbLFiPtdIRjhyHLcL+SS5zW2E3X4X7+7Y5IKUE Wxy2aDwOfZ3gjmdVhi/7sLEhXFcfJqQ724x3Yphmbv4BJi2KWuANQgnR9XBdkXbOMpiY a+OPJ+axcbgTTno9jyM8H6b2rVHk6x7mkzWRUDmsvBR1ctSwRXN3ilDKEyW9J8SMtk4z cxOGhFh6Zz0HNlvtjUs858tIkRHUE3VI0Ppt637IZhrH5HZogemH2o81K1Cpog/65LYr mOSw== MIME-Version: 1.0 X-Received: by 10.129.94.7 with SMTP id s7mr15361850ywb.111.1435524378239; Sun, 28 Jun 2015 13:46:18 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.39.130 with HTTP; Sun, 28 Jun 2015 13:46:18 -0700 (PDT) In-Reply-To: <5582E864.1010100@freebsd.org> References: <5582E864.1010100@freebsd.org> Date: Sun, 28 Jun 2015 16:46:18 -0400 X-Google-Sender-Auth: QYthwv02wUp9r4cuMGLGvE9UEFQ Message-ID: Subject: Re: Requests for Help: add FreeBSD procstat support to akuma library for Jenkins From: Craig Rodrigues To: Allan Jude Cc: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 20:46:19 -0000 On Thu, Jun 18, 2015 at 11:48 AM, Allan Jude wrote: > > To help with this, I have an outstanding patch that adds libxo support > to procstat, so it is easier to do stuff like this: > > https://reviews.freebsd.org/D2446 > You have definitely put some serious work into this patch. I need to double check the diff and provide my feedback on Phabricator, but I would definitely like this to go in. For the purposes of using this with akuma + Jenkins, I think it is too early to encourage third party libraries to start using a libxo'ified procstat, because this is not in any released version of FreeBSD. However, this is definitely the direction I would like to see more utilities in the base system move towards. It definitely makes it easier to pull FreeBSD system information into third party scripts and libraries. -- Craig