add libpcap-dev dependency and improve introduction

This commit is contained in:
Édouard Lopez
2016-02-04 12:18:15 +01:00
parent f171a60d84
commit 7c89f0d5e8

View File

@@ -8,9 +8,12 @@ http://nethogs.sf.net
Introduction
------------
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.
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.
Since NetHogs heavily relies on `/proc`, some functionalities are only available on Linux.
NetHogs can be built on Mac OS X, but it will only show connections, not processes.
Status
@@ -27,7 +30,7 @@ libraries before building nethogs.
#### Debian/Ubuntu
apt-get install libncurses5-dev
apt-get install libncurses5-dev libpcap-dev
After that, simply