From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE3E6158041 for ; Wed, 8 Sep 2021 12:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02199E091F; Wed, 8 Sep 2021 12:34:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2F1BE091F for ; Wed, 8 Sep 2021 12:34:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9E91340AF0 for ; Wed, 8 Sep 2021 12:34:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75BF2B0 for ; Wed, 8 Sep 2021 12:34:11 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1631104435.03cd69ec9b23c1b1a77788a3f80893bdb67471e7.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/iotop-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/iotop-c/Manifest sys-process/iotop-c/iotop-c-1.17-r1.ebuild sys-process/iotop-c/metadata.xml X-VCS-Directories: sys-process/iotop-c/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 03cd69ec9b23c1b1a77788a3f80893bdb67471e7 X-VCS-Branch: dev Date: Wed, 8 Sep 2021 12:34:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 975032b2-f222-4222-9bcd-9f752360d239 X-Archives-Hash: fd77fc7ec24f60d5955bc19179c5db11 commit: 03cd69ec9b23c1b1a77788a3f80893bdb67471e7 Author: Arthur Zamarin gmail com> AuthorDate: Wed Sep 8 12:33:55 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Sep 8 12:33:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03cd69ec sys-process/iotop-c: treeclean (moved to ::gentoo) Signed-off-by: Arthur Zamarin gmail.com> sys-process/iotop-c/Manifest | 1 - sys-process/iotop-c/iotop-c-1.17-r1.ebuild | 37 ------------------------------ sys-process/iotop-c/metadata.xml | 18 --------------- 3 files changed, 56 deletions(-) diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest deleted file mode 100644 index c75022f70..000000000 --- a/sys-process/iotop-c/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST iotop-c-1.17.tar.gz 40456 BLAKE2B 6698d6a71b945b15cca0244611995a0c2de932613f0e0fe4dcb3e10a6ad495fd56318d16c9d3ae9a896e9d735ead748f13bd085ca152fccc370be2755383bc5a SHA512 80a9eee8998aa68b81f1c40067e5da5ae703b0e4f29f41a9e9a8cb9eb40eecfb2bedfc952519b7a22d62e1c273a15d1b36e25e693142af99a45876bfb3e16eaf diff --git a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild deleted file mode 100644 index bc7986f85..000000000 --- a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit fcaps linux-info toolchain-funcs - -DESCRIPTION="top utility for IO (C port)" -HOMEPAGE="https://github.com/Tomas-M/iotop" -SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/iotop-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="sys-libs/ncurses:= - !sys-process/iotop" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS" - -FILECAPS=( - cap_net_admin=eip usr/bin/iotop -) - -src_compile() { - emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" NO_FLTO=1 -} - -src_install() { - dobin iotop - dodoc README.md - doman iotop.8 -} diff --git a/sys-process/iotop-c/metadata.xml b/sys-process/iotop-c/metadata.xml deleted file mode 100644 index a17f7c627..000000000 --- a/sys-process/iotop-c/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - arthurzam+gentoo@gmail.com - Arthur Zamarin - - -Your Linux server is too slow or load is too high? One of the possible causes of such symptoms may be high IO (input/output) waiting time, which basically means that some of your processes need to read or write to a hard drive while it is too slow and not ready yet, serving data for some other processes. - -Common practice is to use iostat -x in order to find out which block device (hard drive) is slow, but such information is not always much helpful. It could help you much more if you knew which process reads or writes the most data from your slow disk, so you could possibly renice it using ionice or even kill it. - -IOTop will identify processes, which use high amount of input/output requests on your machine. It is similar to the well known top utility, but instead of showing you what consumes CPU the most, it lists processes by their IO consumption. Inspired by iotop python script from Guillaume Chazarain, but rewritten to C by Vyacheslav Trushkin so it now runs without python at all. - - - Tomas-M/iotop - - From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 636F5158041 for ; Wed, 8 Sep 2021 15:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09207E09AB; Wed, 8 Sep 2021 15:21:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E00CE09A6 for ; Wed, 8 Sep 2021 15:21:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE4CF342AE9 for ; Wed, 8 Sep 2021 15:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 506E7101 for ; Wed, 8 Sep 2021 15:20:59 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1631104435.03cd69ec9b23c1b1a77788a3f80893bdb67471e7.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/iotop-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/iotop-c/Manifest sys-process/iotop-c/iotop-c-1.17-r1.ebuild sys-process/iotop-c/metadata.xml X-VCS-Directories: sys-process/iotop-c/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 03cd69ec9b23c1b1a77788a3f80893bdb67471e7 X-VCS-Branch: master Date: Wed, 8 Sep 2021 15:20:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b64eea13-3f5a-49e9-b2e2-086286a8b2da X-Archives-Hash: f90153bb286d2620a3960b694f1ec30d Message-ID: <20210908152059.jeOmIRVKVTKdoAGO-vDE1eePiFbFO2WERaLyg1T6NSo@z> commit: 03cd69ec9b23c1b1a77788a3f80893bdb67471e7 Author: Arthur Zamarin gmail com> AuthorDate: Wed Sep 8 12:33:55 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Sep 8 12:33:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03cd69ec sys-process/iotop-c: treeclean (moved to ::gentoo) Signed-off-by: Arthur Zamarin gmail.com> sys-process/iotop-c/Manifest | 1 - sys-process/iotop-c/iotop-c-1.17-r1.ebuild | 37 ------------------------------ sys-process/iotop-c/metadata.xml | 18 --------------- 3 files changed, 56 deletions(-) diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest deleted file mode 100644 index c75022f70..000000000 --- a/sys-process/iotop-c/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST iotop-c-1.17.tar.gz 40456 BLAKE2B 6698d6a71b945b15cca0244611995a0c2de932613f0e0fe4dcb3e10a6ad495fd56318d16c9d3ae9a896e9d735ead748f13bd085ca152fccc370be2755383bc5a SHA512 80a9eee8998aa68b81f1c40067e5da5ae703b0e4f29f41a9e9a8cb9eb40eecfb2bedfc952519b7a22d62e1c273a15d1b36e25e693142af99a45876bfb3e16eaf diff --git a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild deleted file mode 100644 index bc7986f85..000000000 --- a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit fcaps linux-info toolchain-funcs - -DESCRIPTION="top utility for IO (C port)" -HOMEPAGE="https://github.com/Tomas-M/iotop" -SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/iotop-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="sys-libs/ncurses:= - !sys-process/iotop" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS" - -FILECAPS=( - cap_net_admin=eip usr/bin/iotop -) - -src_compile() { - emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" NO_FLTO=1 -} - -src_install() { - dobin iotop - dodoc README.md - doman iotop.8 -} diff --git a/sys-process/iotop-c/metadata.xml b/sys-process/iotop-c/metadata.xml deleted file mode 100644 index a17f7c627..000000000 --- a/sys-process/iotop-c/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - arthurzam+gentoo@gmail.com - Arthur Zamarin - - -Your Linux server is too slow or load is too high? One of the possible causes of such symptoms may be high IO (input/output) waiting time, which basically means that some of your processes need to read or write to a hard drive while it is too slow and not ready yet, serving data for some other processes. - -Common practice is to use iostat -x in order to find out which block device (hard drive) is slow, but such information is not always much helpful. It could help you much more if you knew which process reads or writes the most data from your slow disk, so you could possibly renice it using ionice or even kill it. - -IOTop will identify processes, which use high amount of input/output requests on your machine. It is similar to the well known top utility, but instead of showing you what consumes CPU the most, it lists processes by their IO consumption. Inspired by iotop python script from Guillaume Chazarain, but rewritten to C by Vyacheslav Trushkin so it now runs without python at all. - - - Tomas-M/iotop - -