aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILMostro <ilmostro7@gmail.com>2018-05-20 04:24:48 -0500
committerILMostro <ilmostro7@gmail.com>2018-05-20 04:24:48 -0500
commitf6d27f1768648b820df7146e9c9caa7fa1d088bb (patch)
treeb6cd054dcd3b06fd350befd5156c735631e68bae
downloadag-ops-f6d27f1768648b820df7146e9c9caa7fa1d088bb.tar.gz
ag-ops-f6d27f1768648b820df7146e9c9caa7fa1d088bb.tar.bz2
ag-ops-f6d27f1768648b820df7146e9c9caa7fa1d088bb.zip
initial commit with README and preliminary netatop ebuild
-rw-r--r--README.md26
-rw-r--r--profiles/repo_name1
-rw-r--r--sys-process/netatop-2.0.ebuild14
3 files changed, 41 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a1c7a6d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# ag-ops
+
+Set of ebuilds for SysAdmins or DevOps for use on Gentoo.
+An attempt is made to keep updated versions of some useful tools.
+
+## Usage
+
+Please see the [Gentoo Wiki](https://wiki.gentoo.org/wiki/Ebuild_repository) for an expanded overview
+of ebuilds and unofficial repositories for Gentoo.
+
+You can enable this overlay by simply executing the following:
+
+```
+eselect repository enable ag-ops
+```
+
+This assumes that you have installed the `app-eselect/eselect-repository` package.
+
+
+
+#### Packages
+
+| Count | Category/Name | Description |
+|-------|------------|--------------------------------|
+| 1 | `sys-process/netatop` | Optional kernel module for `atop` to gather statistics about TCP/UDP packets transmitted/received per process and per thread |
+
diff --git a/profiles/repo_name b/profiles/repo_name
new file mode 100644
index 0000000..c7590ad
--- /dev/null
+++ b/profiles/repo_name
@@ -0,0 +1 @@
+ag-ops
diff --git a/sys-process/netatop-2.0.ebuild b/sys-process/netatop-2.0.ebuild
new file mode 100644
index 0000000..a9a2c58
--- /dev/null
+++ b/sys-process/netatop-2.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="6"
+
+DESCRIPTION="Optional kernel module for sys-process/atop to gather statistics about TCP/UDP packets transmitted/received per process and per thread"
+HOMEPAGE="http://www.atoptool.nl/netatop.php"
+SRC_URI="http://www.atoptool.nl/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""