Created attachment 175294 [details] net/nethogs port New port net/nethogs. There is still an issue that the process names don't appear (only ip_addr:port appears) but i'm planning to solve it.
A commit references this bug: Author: tobik Date: Sun Mar 5 20:01:42 UTC 2017 New revision: 435501 URL: https://svnweb.freebsd.org/changeset/ports/435501 Log: New port: net/nethogs 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. WWW: https://github.com/raboof/nethogs PR: 213109 Submitted by: anastasios@mageirias.com Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9892 Changes: head/net/Makefile head/net/nethogs/ head/net/nethogs/Makefile head/net/nethogs/distinfo head/net/nethogs/pkg-descr head/net/nethogs/pkg-message
Committed, thanks.
Thanks Tobias. As soon as i'll find some time and will, i'll try to fix the issue with the names. Cheers