diff options
Diffstat (limited to 'net-analyzer/nethogs/metadata.xml')
-rw-r--r-- | net-analyzer/nethogs/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-analyzer/nethogs/metadata.xml b/net-analyzer/nethogs/metadata.xml new file mode 100644 index 000000000000..e2aa36eda70c --- /dev/null +++ b/net-analyzer/nethogs/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<maintainer> + <email>vanquirius@gentoo.org</email> + <name>Marcelo Goes</name> +</maintainer> +<longdescription> +NetHogs is a small 'net top' tool. Instead of breaking the traffic down + per protocol or per subnet, like most tools do, it groups bandwidth by +process. NetHogs does not rely on a special kernel module to be loaded. +If there's suddenly a lot of network traffic, you can fire up NetHogs and +immediately see which PID is causing this. This makes it easy to indentify +programs that have gone wild and are suddenly taking up your bandwidth. +</longdescription> +</pkgmetadata> |