From owner-soc-status@FreeBSD.ORG Mon Jul 14 10:17:55 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57488E8B for ; Mon, 14 Jul 2014 10:17:55 +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 0C76C2748 for ; Mon, 14 Jul 2014 10:17:55 +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 A266C6000886 for ; Mon, 14 Jul 2014 13:17:50 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1405333070; bh=V/q9VGg37zy1uC/+0w7ChGOKxFS6V8yUWm9mVnuTMkI=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date: Content-Transfer-Encoding:Message-Id:References:To; b=GnjQxxJMur7P9BdvBEGJETvJ43AefZh4fBhYvcxACOzJuD6xW9X//Z4puWB1PHcDx 65Vy82BvrbbH8nk4wPYlsGYg8RL67wA3Q1eq6f4B/eO7Sm4mcVEsO0msBdMpQC0hgC 0DZIMf+lU51S0YQfPSHQd6M9OqJpNjprqTlxTz2E= 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: <19220D3B-101C-45A4-AE41-068E033D5F92@mail.bg> Date: Mon, 14 Jul 2014 13:17:48 +0300 Content-Transfer-Encoding: 7bit Message-Id: <60B2286C-F0BA-4757-9603-BE23E365A576@mail.bg> References: <8D1B686D-1AAA-4E07-9270-E42699110561@mail.bg> <2F779B73-EAC5-49B4-B3E8-7A81109EC166@mail.bg> <5AF0FF20-E41B-4D46-A427-D84D9E2CD047@mail.bg> <19220D3B-101C-45A4-AE41-068E033D5F92@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, 14 Jul 2014 10:17:55 -0000 Hi everybody This week I added libsol support for several other tools. sockstat wc last This is a sample output from last: [ { "type": "login", "user": "root", "line": "ttyv0", "host": "", "time": "Tue May 27 13:59", "logout": "shutdown", "duration": { "days": 0, "hours": "00:01" } }, { "type": "boot", "time": "Tue May 27 13:58" }, { "type": "shutdown", "time": "Tue May 27 13:58" }, { "type": "login", "user": "root", "line": "ttyv1", "host": "", "time": "Tue May 27 12:55", "logout": "shutdown", "duration": { "days": 0, "hours": "01:03" } }, { "type": "login", "user": "root", "line": "ttyv0", "host": "", "time": "Tue May 27 12:23", "logout": "shutdown", "duration": { "days": 0, "hours": "01:34" } }, { "type": "boot", "time": "Tue May 27 12:23" } ] Zaro