From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGuHr-0006Rt-0t for guix-patches@gnu.org; Sun, 28 Oct 2018 19:16:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGuHq-0002Ev-AI for guix-patches@gnu.org; Sun, 28 Oct 2018 19:16:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45187) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGuHq-0002EO-1W for guix-patches@gnu.org; Sun, 28 Oct 2018 19:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGuHp-0001Yy-Pi for guix-patches@gnu.org; Sun, 28 Oct 2018 19:16:01 -0400 Subject: bug#33161: [PATCH 0/1] Add 'guix processes' Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181026092512.28810-1-ludo@gnu.org> Date: Mon, 29 Oct 2018 00:15:09 +0100 In-Reply-To: <20181026092512.28810-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Fri, 26 Oct 2018 11:25:12 +0200") Message-ID: <87pnvt3bpe.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33161-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > This patch adds a =E2=80=98guix processes=E2=80=99 command that I find ha= ndy to > inspect/debug Guix activity. In particular, I realized I had been > doing this by hand on berlin when trying to understand what=E2=80=99s goi= ng > on, so this tool will be helpful there. :-) Pushed as 63eb2b899be7ac857454442e09d0ebd23fe4f871 with small improvements to the doc! Ludo=E2=80=99.