summaryrefslogtreecommitdiff
path: root/ifpps.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-27ifpps: minor: minor output formatting adaptionDaniel Borkmann1-2/+2
2013-05-27ifpps: fix bug_on trigger when parsing irq numberDaniel Borkmann1-10/+18
2013-05-27ifpps: beautify output with > 10 cpusDaniel Borkmann1-15/+26
2013-05-27ifpps: Add myself to the copyright holders in --version/--helpTobias Klauser1-0/+2
2013-05-27ifpps: Don't assume a maximum of 32 CPUsTobias Klauser1-30/+158
2013-05-25ifpps: Convert mem_free/mem_total members of struct ifstat to uint64_tTobias Klauser1-3/+4
2013-05-23make: include build nameDaniel Borkmann1-1/+1
2013-05-17ifpps: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-15man: trafgen: Minor fixesTobias Klauser1-2/+2
2013-03-16ifpps: remove state from enum, since never usedDaniel Borkmann1-2/+1
2013-03-16misc: remove dead/unreachable code from switch statementsDaniel Borkmann1-2/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+949