1NETHOGS(8) System Manager's Manual NETHOGS(8)
2
3
4
6 nethogs - Net top tool grouping bandwidth per process
7
9 nethogs [-d] [-h] [-p] [-t] [-V] [device(s)]
10
12 NetHogs is a small 'net top' tool. Instead of breaking the traffic down
13 per protocol or per subnet, like most such tools do, it groups band‐
14 width by process - and does not rely on a special kernel module to be
15 loaded. So if there's suddenly a lot of network traffic, you can fire
16 up NetHogs and immediately see which PID is causing this, and if it's
17 some kind of spinning process, kill it.
18
19
20 Options
21 The -d switch delay for refresh rate.
22
23 The -h switch display available commands usage.
24
25 The -p switch sniff in promiscious mode (not recommended).
26
27 The -t switch tracemode.
28
29 The -V switch prints Version info.
30
31 device(s) to monitor. By default eth0 is being used.
32
33
35 netstat(8) tcpdump(1) pcap(3)
36
38 Written by Arnout Engelen <arnouten@bzzt.net>.
39
40
41
42 14 February 2004 NETHOGS(8)