summaryrefslogtreecommitdiff
path: root/ifpps.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-02all: change bug report instructions in copyright messageTobias Klauser1-1/+2
2020-02-01ifpps: fix iface stat parsing if uppercaseBenoƮt Ganne1-1/+1
2017-09-13ifpps: fix unintendet assignmentTobias Klauser1-2/+2
2017-09-13ifpps: use uint32_t instead of u32Tobias Klauser1-4/+4
2016-12-08all: Remove unused longindex parameter to getopt_long()Tobias Klauser1-2/+2
2016-09-15ifpps: Prevent division by zeroTobias Klauser1-15/+25
2016-04-26ifpps: Mark arg parameter of on_panic_handler() as unusedTobias Klauser1-1/+1
2015-11-05ifpps: Remove unnecessary memset before ethtool_drvinf()Tobias Klauser1-2/+0
2015-10-28all: Change reporting bugs emailVadim Kochan1-1/+1
2015-07-26ifpps: Cleanup screen on panicVadim Kochan1-0/+8
2015-07-26ifpps: Fix panic when dev name contains "_"Vadim Kochan1-1/+1
2014-12-12all: Reduce amount of empty liens in usage and version output a bitTobias Klauser1-5/+5
2014-09-05ifpps: Don't duplicate copyright/bug report/license stringTobias Klauser1-16/+12
2014-06-25xmalloc: Add and use xcallocTobias Klauser1-2/+2
2014-05-03all: Use macros for printf/scanf format specifiersJames McCoy1-30/+31
2014-04-25ifpps: Fix coding styleTobias Klauser1-4/+6
2014-04-25ifpps: fix matching wrong interface/deviceJesper Dangaard Brouer1-1/+7
2014-02-26ifpps: Reorder buffer allocation and file opening in stats_proc_interruptsTobias Klauser1-4/+4
2014-02-22ifpps: Exit gracefully for all possible termination signalsTobias Klauser1-0/+4
2013-10-02ifpps: Simplify logic wrt. omit_header in term_main()Tobias Klauser1-6/+3
2013-10-02ifpps: Mark omit_header parameter to screen_main() as unusedTobias Klauser1-1/+1
2013-10-02ifpps: min: minor: Keep options sorted alphabeticallyTobias Klauser1-3/+3
2013-10-02ifpps: add option that omits CSV headerJon Schipp1-6/+16
2013-09-09ifpps: correct calculation of line rate percentageTobias Klauser1-2/+2
2013-09-05ifpps: make display of line rate percentage optionalTobias Klauser1-4/+11
2013-09-04ifpps: show percentage of theoretical line-rateTobias Klauser1-0/+17
2013-09-04ifpps: Reuse device bitrate for screen_header()Tobias Klauser1-3/+2
2013-08-30ifpps: Skip reading IRQ number from /proc/interruptsTobias Klauser1-7/+5
2013-08-29ifpps: Don't bug out if interface went downTobias Klauser1-2/+5
2013-08-29ifpps: Use unsigned int to store number of cpusTobias Klauser1-23/+24
2013-08-13ifpps: minor: Add parentheses to do {} while in padding_from_num()Tobias Klauser1-2/+3
2013-08-09dev: Integrate `promisc' module into `dev' moduleTobias Klauser1-3/+2
2013-07-13ifpps: Remove unused parameter to term_csv()Tobias Klauser1-3/+2
2013-07-13ifpps: Use unsigned int to store number of CPUsTobias Klauser1-3/+4
2013-07-13misc: fix multiple NULL pointer sparse warningsDaniel Borkmann1-1/+1
2013-07-13ifpps: help: reduce option description to one lineDaniel Borkmann1-2/+1
2013-07-13ifpps: release stats on exitDaniel Borkmann1-0/+20
2013-07-13ifpps: warn when 1Gbit/s and interval < 1secDaniel Borkmann1-2/+6
2013-07-13ifpps: Correct calculation of median values for CPU loadTobias Klauser1-10/+11
2013-07-12ifpps: Consistently list command line optionsTobias Klauser1-5/+5
2013-07-12ifpps: median: add whitespace padding in one occurenceDaniel Borkmann1-2/+2
2013-07-12ifpps: Update usage with respect to median valuesTobias Klauser1-0/+1
2013-07-12ifpps: Optionally display median values for CPU load and interruptsTobias Klauser1-1/+91
2013-07-11ifpps: align avg on systems with >8 CPUsDaniel Borkmann1-5/+8
2013-07-11ifpps: warn about increase -t when high speedDaniel Borkmann1-8/+28
2013-07-11ifpps: show machine type only if not in already release nameDaniel Borkmann1-3/+9
2013-07-11ifpps: show kernel version and machine typeDaniel Borkmann1-2/+6
2013-07-11ifpps: make '+' to '-' sort more clearDaniel Borkmann1-15/+14
2013-07-11ifpps: align avg numbers and remove unitDaniel Borkmann1-8/+8
2013-07-11ifpps: align string to format stringDaniel Borkmann1-12/+12