summaryrefslogtreecommitdiff
path: root/ifpps.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-11ifpps: Remove unnecessary memset()Tobias Klauser1-1/+0
2013-07-10ifpps: Remove unecessary whitespaces in mvwprintw() callsTobias Klauser1-8/+8
2013-07-10ifpps: Reduce default number of top hitter CPUs to 5Tobias Klauser1-2/+2
2013-07-10ifpps: Calculate and show average values across all CPUsTobias Klauser1-9/+63
2013-07-09all: show git id in --version informationDaniel Borkmann1-3/+4
2013-06-24ifpps, flowtop: Move ncurses init and end to common moduleTobias Klauser1-21/+2
2013-06-10ifpps: Remove unused 'forks' member from struct ifstatTobias Klauser1-4/+1
2013-06-09ifpps: minor: fix ncurses alignmentDaniel Borkmann1-3/+3
2013-06-09ifpps: Rename cpu number parameter to stats_top()Tobias Klauser1-2/+2
2013-06-09ifpps: Report more detailed memory stats and number of total processesTobias Klauser1-10/+88
2013-06-09ifpps: Don't calculate diff for stats values not used for relative valuesTobias Klauser1-4/+0
2013-06-09ifpps: Don't diff tx_bytes twiceTobias Klauser1-1/+0
2013-06-09ifpps: Don't re-initialize stats value index counter in CSV modeTobias Klauser1-1/+1
2013-06-06ifpps: Also display min hitter for IRQsTobias Klauser1-23/+50
2013-06-06ifpps: Always display the least heavy hitter CPUTobias Klauser1-17/+40
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04sig: add signal handling functionsDaniel Borkmann1-0/+1
2013-06-04link: add link management functionsDaniel Borkmann1-0/+1
2013-06-04xutils: move device management functions out of xutilsDaniel Borkmann1-0/+1
2013-06-04xutils: break out promisc mode functionsDaniel Borkmann1-0/+1
2013-06-04xio: rename xio to ioops and reduce its includesDaniel Borkmann1-1/+1
2013-06-04xio: add ioexact operationsDaniel Borkmann1-5/+1
2013-06-04cpus: break out cpu related functions from xutilsDaniel Borkmann1-0/+1
2013-06-02ifpps: Rename variable containing top number of CPUsTobias Klauser1-8/+8
2013-05-30ifpps: Allow to select number of top hitter CPUs by command line optionTobias Klauser1-15/+24
2013-05-30ifpps: Allocate cpu dependent stats in one placeTobias Klauser1-15/+9
2013-05-29ifpps: fix segfault in terminal modeDaniel Borkmann1-0/+7
2013-05-29ifpps: Properly zero out allocated statsTobias Klauser1-1/+1
2013-05-29ifpps: support mq devices in /proc/interruptsDaniel Borkmann1-2/+7
2013-05-29ifpps: also show total number of cpusDaniel Borkmann1-2/+2
2013-05-29ifpps: remove unused function snr_to_strDaniel Borkmann1-16/+0
2013-05-27ifpps: Use strtoul() to convert unsigned valueTobias Klauser1-1/+1