1NETHOGS(8) System Manager's Manual NETHOGS(8)
2
3
4
6 nethogs - Net top tool grouping bandwidth per process
7
9 nethogs [-h] [-V] [-d] [-v] [-t] [-c] [-p] [-s] [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 -h display available commands usage.
22
23 -V prints Version info.
24
25 -d delay for refresh rate.
26
27 -v select view mode
28
29 -p sniff in promiscious mode (not recommended).
30
31 -t tracemode.
32
33 -c limit number of refreshes
34
35 -s sort by traffic sent
36
37 device(s) to monitor. By default eth0 is being used.
38
39
41 m cycle between display modes (kb/s, kb, b, mb)
42
43 r sort by 'received'
44
45 s sort by 'sent'
46
47 q quit
48
50 netstat(8) tcpdump(1) pcap(3)
51
53 Written by Arnout Engelen <arnouten@bzzt.net>.
54
55
56
57 14 February 2004 NETHOGS(8)