diff options
Diffstat (limited to 'net-analyzer/nethogs/metadata.xml')
-rw-r--r-- | net-analyzer/nethogs/metadata.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-analyzer/nethogs/metadata.xml b/net-analyzer/nethogs/metadata.xml index 0be113e177b7..312bf770c96d 100644 --- a/net-analyzer/nethogs/metadata.xml +++ b/net-analyzer/nethogs/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>netmon</herd> -<longdescription> + <herd>netmon</herd> + <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. @@ -10,4 +10,7 @@ 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> + <upstream> + <remote-id type="sourceforge">nethogs</remote-id> + </upstream> </pkgmetadata> |