From owner-soc-status@FreeBSD.ORG Mon Jun 30 08:30:00 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBA7A824 for ; Mon, 30 Jun 2014 08:30:00 +0000 (UTC) Received: from mx1.mail.bg (mx1.mail.bg [IPv6:2001:67c:16b8:1::2:17]) by mx1.freebsd.org (Postfix) with ESMTP id 75B762C07 for ; Mon, 30 Jun 2014 08:30:00 +0000 (UTC) Received: from [10.1.1.159] (unknown [95.87.254.225]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.mail.bg (Postfix) with ESMTPSA id 244EC60009D8 for ; Mon, 30 Jun 2014 11:29:58 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1404116998; bh=bgVOW7y4TVsxCARXTKtqrEfcq2DWECiywXfz189cpS4=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date: Content-Transfer-Encoding:Message-Id:References:To; b=hsRQgyGFuKMGbl829pDf/BnfNbAPn/7knLZavNSO5lTDkVHDS+2m18W0nOJGXjCiR PSsEhFT6eIyMCN6QCsSlpVrIuu8ZOP8DSIxEa943dEMiNX5vlil9DeTB0ZddFB7ddN 1YaQ3peQjiAgKvjrezBrrKcEblWgArpTUP5ntd4A= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: [Machine readable output from userland utilities] report From: Zaro Korchev In-Reply-To: Date: Mon, 30 Jun 2014 11:29:55 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <8D1B686D-1AAA-4E07-9270-E42699110561@mail.bg> <2F779B73-EAC5-49B4-B3E8-7A81109EC166@mail.bg> <5AF0FF20-E41B-4D46-A427-D84D9E2CD047@mail.bg> To: soc-status@freebsd.org X-Mailer: Apple Mail (2.1283) X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 08:30:00 -0000 Hi everybody This week I added support for libsol in iostat. This is an example of = the formatted output of iostat -c c [ { "tin": 2.3355451134941005, "tout": 128.34533220267124, "KB/t": 0, "tps": 0, "MB/s": 0, "cpu": [0, 0, 1, 1, 97] }, { "tin": 0, "tout": 0, "KB/t": 0, "tps": 0, "MB/s": 0, "cpu": [0, 0, 1, 2, 98] }, { "tin": 0, "tout": 0, "KB/t": 0, "tps": 0, "MB/s": 0, "cpu": [0, 0, 0, 1, 99] } ] I also wrote a short documentation explaining how to use libsol.=20 Zaro=