nethogs 0.8.8

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 bandwidth linux cli cpp c python
License GNU GPL
State stable

Recent Releases

0.8.804 Feb 2025 10:25 major bugfix: Fix that on ubuntu 20.04, the current version of the code does not compile as a python package by @molysgaard in #224 Add -std=c++14 for application build by @msbit in #228 Hide cursor during initialization and restore at exit by @zevweiss in #231 Capabilities for reading process names by @qouoq in #233 Additional useful capabilities by @qouoq in #234 Add -std=c++14 for application build by @NeilZhy in #236 Use s instead of sec for units of seconds by @a1346054 in #242 Add Arch Linux instructions to README.md by @orhun in #250 Fix wrong extern declaration of pidsToWatch by @sgtcortez in #251 fix get_devlen function from being pointless by @DiedByDisgust in #255 fix python bindings by @AndreasGocht in #258 Report only changes of send and received data by @AndreasGocht in #260 Clarify units by @hramrach in #262 fix an copy-and-paste error in the bindings by @AndreasGocht in #263 Report pcap stas by @AndreasGocht in #264 Fix nethogsmonitor_loop_devices_py to accept more than one device by @AndreasGocht in #267 allow the library to enable UDP recording by @AndreasGocht in #269 Add meson buildsystem by @lleon95 in #275 determineVersion.sh: prevent traversing into outer git repo for git-describe call by @BubuOT in #279
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)