1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/nethogs/pkg-message
Tobias Kortkamp 7a5f344162 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
2017-03-05 20:01:41 +00:00

11 lines
238 B
Plaintext

In order for nethogs to work properly add the following entry to
/etc/fstab:
proc /proc procfs rw,noauto 0 0
noauto prevents /proc from being automatically mounted at boot.
To mount the file system without rebooting:
# mount /proc