nethogs

Monitor bandwidth usage per process. More information: <https://github.com/raboof/nethogs>.

Debian Debian
RUN apt-get update && \ apt-get install -y nethogs
Ubuntu
RUN apt-get update && \ apt-get install -y nethogs
Alpine
RUN apk add nethogs
Arch Arch Linux
RUN pacman -S --noconfirm nethogs
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y nethogs
Fedora
RUN dnf install -y nethogs
Raspbian
RUN apt-get update && \ apt-get install -y nethogs
click the source code to copy install nethogs on any operating system with command-not-found.com