nethogs 0.8.6

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 identify programs that have gone wild and are suddenly taking up your bandwidth. Since NetHogs heavily relies on /proc, most features are only available on Linux. NetHogs can be built on Mac OS X and FreeBSD, but it will only show connections, not processes.

Tags networking monitoring
License GNU GPL
State stable

Recent Releases

0.8.631 Mar 2020 08:25 minor feature: Remove dead 'BusyTasks' link . Update readme to point to correct binary location. . improve manpage consistency. . . . . . Update Readme.md. . . . Remove confusing 'waiting for first packet' message. . Merge branch 'master' of github.com:raboof/nethogs. . Better error message when dispatching fails. . Remove changelog (as I wasn't updating it anyway) (). . Link to releases page. . docs of -a option. . Add -l option to show full command line. . . . Link to nethogs-qt. . Merge branch 'master' of github.com:raboof/nethogs. . Add python wrapper by Philip Semanchuk as 'contrib' script. . cleanup. . . . compiler warning - type of refreshdelay. . . . Add "how to run without root" (capabilities note) to README. . . . : no install_dev target in docs/Makefile. . . . have Process::gettotal include connections remove . . libnethogs support for limiting to specific devices. . Build not just nethogs but also libnethogs on travis. . . . . . . . add support for pcap capture filters. . add warnings about capture filter being experimental. . . . change all sent/recv counters from int32 to int64 to prev . . . . DEV colum length to 15. . dynamic DEV column length, MIN=5, MAX=15. . dynamic DEV column length, MIN=5, MAX=15. . . . unknown udp added. . added unknown udp. . unknown udp added. . . . libnethogs handle memory leak. . . . add habitat plan. . . . Add MB/s and GB/s view modes. . . . Escape asterisk. . Quote asterisk. . . . Added 'Running without root' section to the man page. . . . , #145: . run make format with clang-format: . . . removes exit in inode2prog: . . . : Expose to_ms / packet buffer timeout to libnethogs. . . . typo in man page. . . . Create FUNDING.yml.
0.8.511 Sep 2016 07:43 minor feature: Don't make/install libnethogs by default (but document how to do it when you want to)