3 ifpps - fetch and format kernel network statistics
7 ifpps -d|--dev <netdev> [-t|--interval <sec>][-p|--promisc][-c|--term]
8 [-C|--csv][-H|--csv-tablehead][-l|--loop][-v|--version][-h|--help]
12 A tiny tool to provide top-like reliable networking statistics.
13 ifpps reads out the 'real' kernel statistics, so it does not give erroneous
14 statistics on high I/O load.
20 =item ifpps --dev eth0
22 Fetch eth0 interface statistics.
24 =item ifpps --dev eth0 --interval 60 --csv
26 Output eth0 interface statistics every minute in CSV format.
36 Print help text and lists all options.
42 =item -d|--dev <netdev>
44 Device to fetch statistics for i.e., eth0.
48 Put the device in promiscuous mode
50 =item -t|--interval <time>
52 Refresh time in sec (default 1 sec)
61 E.g. post-processing with Gnuplot et al.
63 =item -H|--csv-tablehead
75 Written by Daniel Borkmann <daniel@netsniff-ng.org>
79 Documentation by Emmanuel Roullit <emmanuel@netsniff-ng.org>
83 Please report bugs to <bugs@netsniff-ng.org>