netdevstat - Man Page
tool for recording network activity
Synopsis
netdevstat [update interval] [total duration] [display histogram]
Description
netdevstat is a simple systemtap script to record network activity of processes and display statistics for transmit/receive operations.
- update interval
Sets sampling interval in seconds.
- total duration
Sets total measurement time in seconds.
- display histogram
If this parameter is present, the histogram will be shown at the end of the measurement.
See Also
Author
Written by Phil Knirsch <pknirsch@redhat.com>.
Reporting Bugs
Report bugs to https://bugzilla.redhat.com/.
Referenced By
diskdevstat(8), scomes(8), varnetload(8).
13 Jan 2011 Phil Knirsch Tool for recording network activity