mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
7a5f344162
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
11 lines
238 B
Plaintext
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
|