From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: [PATCH] gnu: Add nethogs. Date: Sun, 30 Oct 2016 22:34:54 +0530 Message-ID: References: <20161030164427.1817-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0tXd-0004EM-IK for guix-devel@gnu.org; Sun, 30 Oct 2016 13:05:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0tXY-0003w8-HW for guix-devel@gnu.org; Sun, 30 Oct 2016 13:05:05 -0400 Received: from [117.218.232.8] (port=52128 helo=systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0tXX-0003uC-Uo for guix-devel@gnu.org; Sun, 30 Oct 2016 13:05:00 -0400 Received: from [45.125.41.169] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1c0tXT-0007dX-RQ for guix-devel@gnu.org; Sun, 30 Oct 2016 22:34:56 +0530 In-reply-to: <20161030164427.1817-1-arunisaac@systemreboot.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain > + (arguments > + `(#:make-flags `("CC=gcc" > + ,(string-append "PREFIX=" %output)) > + #:phases > + (modify-phases %standard-phases > + (delete 'configure)))) I haven't moved the binary to /bin yet. If we can come to some consensus on that, I'll make that change as well. > + (synopsis "Per-process bandwidth monitor") > + (description "NetHogs is a small 'net top' tool for Linux. > +Instead of breaking the traffic down per protocol or per subnet, like > +most tools do, it groups bandwidth by process. I've updated the synopsis and description as discussed earlier. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJYFig2AAoJEC4l7othgCuzDJgH/2hh9jHGJ8RalTnn4dXQ6Bvf ypvVqKo4g3duFpdoZn21WF1z5/reeewERbuvK5s/YgUafhH8plWXNHb0Wq7tCIzH 6qsNrIhcUuxpE/HWIDHoA4BUEsTS4zcQyxzbz9bj/5gAphSjKDB7ItemxXWM81kN CEEfFiUeOvTvFfxZXhiVLLwDGy+xQbCscMLBssye7gHPA/Af9lxlGTIvxycZ/34y v3TEG3f7ShoCPPYH1hF5wYE4DRwKqz1qKfrIRyNKHc1vZjvgx4p25E0smUiSWBOe TRrKywMyKrOulJMmToI1f4voch4PVFqkJymHNwLfpqCDRDQwxMEuWNjSFuD2GOs= =Ep37 -----END PGP SIGNATURE----- --=-=-=--