Add MB/s and GB/s view modes
- Refactored units presentation into a lookup table - Other minor refactoring - Updated man page - Cleaned up trailing white space in the vicinity
This commit is contained in:
@@ -7,7 +7,7 @@ nethogs \- Net top tool grouping bandwidth per process
|
||||
.ft B
|
||||
.B nethogs
|
||||
.RB [ "\-h" ]
|
||||
.RB [ "\-V" ]
|
||||
.RB [ "\-V" ]
|
||||
.RB [ "\-d" ]
|
||||
.RB [ "\-v" ]
|
||||
.RB [ "\-t" ]
|
||||
@@ -18,7 +18,7 @@ nethogs \- Net top tool grouping bandwidth per process
|
||||
.RB [ "\-l" ]
|
||||
.RI [device(s)]
|
||||
.SH DESCRIPTION
|
||||
NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or per subnet, like most such tools do, it groups bandwidth by process - and does not rely on a special kernel module to be loaded. So if there's suddenly a lot of network traffic, you can fire up NetHogs and immediately see which PID is causing this, and if it's some kind of spinning process, kill it.
|
||||
NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or per subnet, like most such tools do, it groups bandwidth by process - and does not rely on a special kernel module to be loaded. So if there's suddenly a lot of network traffic, you can fire up NetHogs and immediately see which PID is causing this, and if it's some kind of spinning process, kill it.
|
||||
|
||||
.SS Options
|
||||
.TP
|
||||
@@ -58,7 +58,7 @@ to monitor. By default eth0 is being used
|
||||
.SH "INTERACTIVE CONTROL"
|
||||
.TP
|
||||
m
|
||||
cycle between display modes (KB/s, KB, B, MB)
|
||||
cycle between display modes (KB/s, KB, B, MB, MB/s, GB/s)
|
||||
.TP
|
||||
l
|
||||
display command line
|
||||
|
||||
Reference in New Issue
Block a user