aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-22blktrace: btrecord man pages fixupEdward Shishkin1-1/+1
2010-09-16blktrace: disallow -o when using multiple devicesAlan D. Brunelle3-1/+13
2010-04-20blktrace: disable kill option - take 2Edward Shishkin2-21/+4
2010-04-20blktrace: update blkiomon docEdward Shishkin1-0/+2
2010-04-20blktrace: add back conversionEdward Shishkin1-2/+11
2010-04-20blktrace: print correct usageEdward Shishkin3-4/+3
2010-04-20blktrace: avoid device duplicationEdward Shishkin1-0/+9
2010-04-19Merge branch 'master' of ssh://router.home.kernel.dk/data/git/blktraceJens Axboe22-117/+66467
2010-04-19blkparse: exit with error if no tracefiles foundEric Sandeen1-0/+6
2010-03-22Fixed incorrect sizeof instead of strlen in btt/rstats.cAlan D. Brunelle1-1/+2
2010-03-22Corrected memory leak in btt/p_live.cAlan D. Brunelle1-0/+1
2010-02-22add libpthread to btreplay/Makefile LIBSEric Sandeen1-1/+1
2009-10-08btt: Added in I/O activity per device and system-wideAlan D. Brunelle13-30/+66380
2009-10-08btt: better data file namingAlan D. Brunelle10-85/+83
2009-09-01Merge branch 'master' of ssh://router.home.kernel.dk/data/git/blktraceJens Axboe10-8/+1473
2009-09-01blkparse: allow stdout output with -d option (using '-' as the filename)Jens Axboe1-5/+9
2009-08-14Added in running stats documentationAlan D. Brunelle3-3/+1315
2009-08-14Added in running stats for bttAlan D. Brunelle7-5/+158
2009-05-11Version 1.0.1blktrace-1.0.1Jens Axboe1-1/+1
2009-05-11blkrawverify: warn and return error if no traces are foundEric Sandeen1-1/+7
2009-05-11blkiomon manpage and usage reference invalid "msg-queue-name" optionEric Sandeen2-2/+2
2009-05-11fix up btrace options & manpageEric Sandeen2-6/+7
2009-05-11more manpage fixupsEric Sandeen8-31/+23
2009-05-11fix max-pkts option inconsistenciesEric Sandeen2-2/+2
2009-05-11Converted to using the correct remap entriesAlan D. Brunelle3-18/+22
2009-05-11blkiomon: fix unaligned accesses on ia64Martin Peschke2-3/+3
2009-04-21fix off-by-one issues in blkiomon.hMartin Peschke1-2/+2
2009-04-21fix include statement in stats.hMartin Peschke1-1/+1
2009-04-17handle race to mkdir at startupJeff Moyer1-1/+6
2009-04-06Fixed plug/unplug logic in bttAlan D. Brunelle3-16/+21
2009-04-02Working on fixing % time q pluggedAlan D. Brunelle3-3/+5
2009-03-26fix trivial typo in manpageEric Sandeen1-1/+1
2009-03-25Add NOTIFY to activity maskCarl Henrik Lunde3-0/+4
2009-03-23Blktrace failed to lock reader threads on the cpu used by the correspondingTom Zanussi1-1/+1
2009-03-12Generate matplotlib plots for btt generated dataAlan D. Brunelle1-0/+394
2009-02-18Merge branch 'master' of ssh://axboe@router.home.kernel.dk/data/git/blktraceJens Axboe1-2/+5
2009-02-18Update Jenkins hash to lookup3() variantJens Axboe1-70/+84
2009-02-17Fixed EAGAIN handling in blktrace.cAlan D. Brunelle1-2/+5
2009-02-17O_NOATIME isn't always presentJens Axboe1-1/+8
2009-02-13btt: Added no remap optionAlan D. Brunelle6-11/+40
2009-02-13btt general cleanup plus valgrind cleanAlan D. Brunelle20-437/+340
2009-02-12btt: Missed fopen conversion to my_fopenAlan D. Brunelle1-1/+1
2009-02-12Code review updatesAlan D. Brunelle1-209/+231
2009-02-12Reworked blktrace master/thread interfaceAlan D. Brunelle1-143/+173
2009-02-12Cleaned up devs that have no dataAlan D. Brunelle3-18/+37
2009-02-11Moved starting of tracing after tracers are goingAlan D. Brunelle1-10/+22
2009-02-11btt: fixed open in setup_ifileAlan D. Brunelle3-26/+42
2009-02-11Synchronized trace gatheringAlan D. Brunelle1-0/+26
2009-02-11Invoke gethostbyname once, handle errors betterAlan D. Brunelle1-11/+37
2009-02-11Added accept as a system call needing resource increasesAlan D. Brunelle1-1/+12
2009-02-09Rewrote blktrace to have a single thread per CPUAlan D. Brunelle2-1375/+1878
2009-01-23Fix btt to handle large numbers of output filesAlan D. Brunelle11-16/+61
2009-01-23Increased limits to allow for large system runsAlan D. Brunelle1-7/+58
2009-01-21A couple of min-counters weren't initialised correctly (thrput_r,Martin Peschke1-5/+1
2009-01-21The git commit 11914a53d2ec2974a565311af327b8983d8c820d added __BLK_TA_ABORTMartin Peschke1-0/+2
2009-01-12Added no messages option to blkparse.cAlan D. Brunelle3-3/+27
2008-11-12gcc 4.3.2 has started to warn about:Alan D. Brunelle1-2/+2
2008-11-11Merge branch 'add-P'Alan D. Brunelle7-5/+67
2008-11-11Merge branch 'fix-m'Alan D. Brunelle1-1/+5
2008-11-11Added -P to create a data file w/ Q, D and C per lineAlan D. Brunelle7-5/+67
2008-11-11Merge branch 'fix-m' into add-PAlan D. Brunelle1-1/+5
2008-11-11Fixed 'M' displays on per-io output and added in I/O separatorAlan D. Brunelle1-1/+5
2008-11-11 Fixed segfault in aqd.c : need to check for NULL (not requested)Alan D. Brunelle1-9/+13
2008-11-10Added in -z to provide running waiting-for-issue latenciesAlan D. Brunelle8-16/+58
2008-11-10Merge branch 'master' of ssh://alanbrunelle@git.kernel.dk/data/git/blktraceAlan D. Brunelle4-102/+119
2008-10-30Set release version 1.0.0blktrace-1.0.0Jens Axboe2-2/+2
2008-10-30Update rbtree to version with unified parent + colorJens Axboe2-100/+117
2008-10-29Moved btrecord/btreplay to version 1.0.0Alan D. Brunelle1-4/+4
2008-10-28blkiomon: add through-put statisticsMartin Peschke2-0/+13
2008-10-28blkiomon: separate statistics for read and write requestsMartin Peschke2-28/+32
2008-10-28blkiomon: fix some debug messagesMartin Peschke1-9/+16
2008-10-28blkiomon: fix trace debug outputMartin Peschke1-7/+7
2008-10-28blkiomon: fix unit in histogram outputMartin Peschke1-2/+2
2008-10-28blkiomon: fix cross-arch data analysis issueMartin Peschke1-1/+1
2008-10-20blkiomon: drv_data traces pass-throughMartin Peschke1-2/+42
2008-10-17blkparse: add hint for discarded drv_data tracesMartin Peschke1-0/+7
2008-10-16Added in -L option - output periodic latency informationAlan D. Brunelle10-4/+163
2008-10-16Added in -Q / --active-queue-depth optionAlan D. Brunelle10-7/+118
2008-10-16Add driver data supportStefan Raspl3-0/+7
2008-10-16blktrace: accept -v (lower case) for version info as wellJens Axboe1-1/+8
2008-10-16blkiomon: I/O monitorMartin Peschke5-1/+1088
2008-10-10Removed excessive amounts of seek modes (for random sets of I/Os)Alan D. Brunelle1-5/+13
2008-10-10Merge branch 'master' of ssh://alanbrunelle@git.kernel.dk/data/git/blktraceAlan D. Brunelle2-1/+2
2008-09-26spec file tweakNathan Scott1-0/+1
2008-09-26Merge branch 'master' of ssh://axboe@router.home.kernel.dk/data/git/blktraceJens Axboe6-6/+12
2008-09-26man page typoNathan Scott1-1/+1
2008-09-23Added in %done for bttAlan D. Brunelle3-1/+7
2008-08-15Add documentation of 'D' discard operationDavid Woodhouse2-5/+5
2008-08-15blktrace: support discard requestsDavid Woodhouse4-1/+7
2008-07-01spelling and grammar fixes for btreplay.texJeff Moyer1-10/+10
2008-05-27Put message notes from kernel into a separate file for easy trackingAlan D. Brunelle7-40/+67
2008-05-27Added in new message updates to the documentation.Alan D. Brunelle1-1/+12
2008-05-27Added in handling of MESSAGE notesAlan D. Brunelle3-4/+28
2008-05-21Handled no difference in seek timesAlan D. Brunelle2-4/+7
2008-05-21Added in -m option, seeks-per-secondAlan D. Brunelle6-8/+5514
2008-05-18blkparse: cope with missing process notify eventJens Axboe1-1/+7
2008-05-12Fixed percentage calculations for phases of an I/OAlan D. Brunelle1-60/+26
2008-05-09Added S2G times + fixed up -X output to include X2XAlan D. Brunelle10-31/+111
2008-05-08Added -X option - generate easily parseable fileAlan D. Brunelle5-16/+148
2008-05-05Add -x accellerator optionLuis Useche2-4/+36
2008-05-05Fix problem with -w optionLuis Useche1-4/+6
2008-05-05eliminate check of empty -F formatLuis Useche1-4/+0
2008-04-02blkparse: Introduce optional accounting of PC requestsChristof Schmitt2-0/+124
2008-04-02blkparse: Add PC requests to depth traceChristof Schmitt1-2/+15
2008-02-22Fix section of btrecord and btreplay man pagesBas Zoetekouw2-2/+2
2008-02-22Don't like btrecord against libaio and librt, as it doesn't use any of their ...Bas Zoetekouw1-1/+1
2008-02-22Really commit the changes to btt.1Bas Zoetekouw1-1/+7
2008-02-22Added man page for bno_plot and updated btt man page to refer to bno_plotBas Zoetekouw1-0/+64
2008-02-13Cleanups: Fixed IOPs in btt left over at end of runAlan D. Brunelle19-278/+51
2008-02-13btt: fix missing cleanup callAaron Carroll2-0/+2
2008-02-13btt: fix iostat interval defaultAaron Carroll1-1/+1
2008-02-12Added info about bno_plot.py and clean upsAlan D. Brunelle5-121/+7828
2008-02-08Merge branch 'bno_plot.submit'Alan D. Brunelle2-1/+129
2008-02-05Added new IOs per unplug tableAlan D. Brunelle6-76/+170
2008-02-05Added bno_plot.py - generate interactive 3D plot of IO blocks and sizesAlan D. Brunelle2-1/+129
2008-01-31UNPLUG does the timing stuff, UNPLUG TIMEOUT only does timeoutAlan D. Brunelle4-17/+20
2008-01-31Fixed excess bucket information for unplug histograms.Alan D. Brunelle1-2/+2
2008-01-03Fix Q counts during requeue and merges.Dave Boutcher2-0/+12
2007-12-10Separated out g/i/m trace handling.Alan D. Brunelle11-168/+305
2007-12-09btreplay/btrecord man pagesBas Zoetekouw2-0/+445
2007-12-06Merge branch 'master' into add-q2dAlan D. Brunelle1-1/+1
2007-12-06Remove strange make dependencyJoshua Root1-1/+1
2007-12-05Added in Q2D histograms (requires -A)Alan D. Brunelle7-1/+210
2007-11-14memset() must be done after NULL checkJens Axboe1-1/+1
2007-11-13Added active requests at Q information.Alan D. Brunelle5-3/+78
2007-11-08Fixed REMAP to update Q2A & fixed #Q calculationsAlan D. Brunelle4-15/+40
2007-10-29blktrace segfaultAneesh Kumar K.V1-0/+1
2007-10-10Added O_NOATIME to replay fileAlan D. Brunelle1-1/+1
2007-10-10Fix segfault in replay_sub when verbose is 1Joshua Root1-1/+1
2007-10-05Merge branch 'master' of git://brick.kernel.dk/data/git/blktraceAlan D. Brunelle0-0/+0
2007-10-05Converted fatal to an inline functionAlan D. Brunelle2-14/+32
2007-10-05Converted fatal from macro to inlineAlan D. Brunelle2-14/+32
2007-10-02Add btrecord/btreplay capabilityAlan D. Brunelle8-1/+3093
2007-10-02Added list_splice to btt/list.hAlan D. Brunelle1-0/+47
2007-10-01btt manpagesBas Zoetekouw1-23/+140
2007-10-01Fix compilation on m68kBas Zoetekouw1-1/+1
2007-09-10Major revamping (ver 2.0)Alan D. Brunelle17-1035/+523
2007-08-28blktrace 0.99.3blktrace-0.99.3Jens Axboe2-2/+2
2007-08-28blktrace man page: mention buffer size / number of buffers defaults.Jens Axboe1-2/+3
2007-08-27blktrace: fix indent typoValerie Henson1-0/+1
2007-08-26Makefile fixesJan Blunck2-21/+20
2007-08-20Disregard generated doc files in .gitignoreJens Axboe1-0/+2
2007-07-30Fix Makefile bugletsVincent Legoll1-4/+9
2007-07-24Add man pagesJens Axboe7-0/+1190
2007-07-18git:// url location updateJens Axboe1-2/+2
2007-06-13Update email addressJens Axboe1-1/+1
2007-05-31Make the %C format specified explanation more clearJens Axboe1-1/+1
2007-05-30Small format update for empty requestsJens Axboe1-15/+37
2007-05-21Account size of mergesJens Axboe2-8/+14
2007-05-21Fix queued vs dispatch numbersJens Axboe1-9/+5
2007-05-16Fix crash with '-' stdin inputJens Axboe1-1/+1
2007-05-11btrace: Add in -r support for btraceAlan D. Brunelle1-2/+3
2007-04-18Fix unplug histogram placement.Alan D. Brunelle1-5/+6
2007-04-16Add in unplug IO count histogramAlan D. Brunelle8-8/+146
2007-04-16Cleaned out the btt/README file.Alan D. Brunelle1-72/+3
2007-04-14Combine all outstanding patches into one /big patch/Alan D. Brunelle14-123/+492
2007-04-13A couple of weeks ago Ming Zhang had noted that btt was using tremendousAlan D. Brunelle12-143/+200
2007-04-06[PATCH] Add store barrier defines for a bunch of archsBas Zoetekouw1-6/+21
2007-03-06Some fixes - added in 4 figures, fixed an error in a section label.Alan D. Brunelle6-15/+10365
2007-03-05Fix warning in output.c where __u64 is a long, not a long longAlan D. Brunelle1-2/+2
2007-03-05BTT: Added user guideAlan D. Brunelle7-3/+1028
2007-03-05BTT: Clean up output in preparation for first major documentation effort.Alan D. Brunelle4-25/+38
2007-02-26Fix a typo in unplug's due to timers.Alan D. Brunelle1-1/+1
2007-02-26Add in the notion of pre-culling IOs per device until a Q is hit.Alan D. Brunelle2-0/+9
2007-02-26Added ability to add device names from a file to blktrace.Alan D. Brunelle2-3/+30
2007-02-26Add Q and D histograms (based upon IO size)Alan D. Brunelle7-1/+72
2007-02-26Fix remap handling (again).Alan D. Brunelle2-16/+45
2007-02-26Fix plug output to only display when there are plug events to show.Alan D. Brunelle1-11/+13
2007-02-12Added return from blkrawverify to signal success or failure.Alan D. Brunelle1-3/+5
2007-02-12Added in plug totalsAlan D. Brunelle1-7/+32
2007-02-08[PATCH] Add in measuring of Plug and Unplug traces.Alan D. Brunelle6-4/+114
2007-02-08Merge branch 'master' of ssh://git.kernel.dk/data/git/blktraceJens Axboe8-25/+145
2007-02-08Added overall averages for seek informationAlan D. Brunelle1-3/+101
2007-02-08Added overall averages for merge information.Alan D. Brunelle1-0/+27
2007-02-08Fixed a problem where not all of a device structure was being cleaned outAlan D. Brunelle1-2/+1
2007-02-08A couple of miscellaneous clean up operations.Alan D. Brunelle2-2/+1
2007-02-08Changed triggering on INSERT to GETRQ (temporary?)Alan D. Brunelle1-1/+1
2007-02-08Always output seeks averages, even if we are not tracking all iosAlan D. Brunelle2-6/+3
2007-02-07[PATCH] Fix debugfs references in docsVasily Tarasov4-11/+11
2007-02-07[PATCH] Improve dependency checking on buildsVasily Tarasov1-1/+3
2007-02-06[PATCH]: btt - major fixes and speed improvementsAlan D. Brunelle16-547/+876
2007-01-09[PATCH] Missed fixups wrt Bounce and BackmergeVasily Tarasov2-10/+3
2007-01-02[PATCH] Fixup filename on full file inputMing Zhang1-1/+23
2007-01-02Merge branch 'master' of ssh://axboe@router.home.kernel.dk/data/git/blktraceJens Axboe2-12/+8
2007-01-02[PATCH] Fix double free in error pathJens Axboe1-0/+1
2006-12-30[PATCH] Fix back descriptorsTom Zanussi2-12/+8
2006-12-21[PATCH] check do_foo return value before show_stat()Ming Zhang1-1/+3
2006-12-21[PATCH] fix a divide by zero errorMing Zhang1-3/+7
2006-12-20[PATCH] Enable use of FIFO as inputJens Axboe1-13/+38
2006-12-19PATCH: blkparse: fix probem with empty trace files stopping the check for oth...Alan D. Brunelle1-1/+3
2006-12-01[PATCH] README updatesJens Axboe1-6/+4
2006-12-01[PATCH] Bump versionblktrace-0.99.2Jens Axboe2-2/+2
2006-12-01[PATCH] BTT patch: Fix problem with short runsJens Axboe1-1/+2
2006-12-01[PATCH] BTT patch: (3/3) time bounded trace analysisJens Axboe8-14/+70
2006-12-01[PATCH] BTT patch: (2/3) per-IO stream outputJens Axboe18-168/+890
2006-12-01[PATCH] BTT patch: (1/3) 'iostat' totalsJens Axboe2-3/+55
2006-12-01[PATCH] blkparse: fix -f format overrideOlaf Kirch1-1/+1
2006-12-01[PATCH] Add timestamp supportOlaf Kirch4-4/+100
2006-11-13[PATCH] btt: handle cases where we remap to a device which has no IO's (yet) ...Alan D. Brunelle1-3/+5
2006-11-13[PATCH] blkparse: A couple of fixes: correct time output & flush files.Alan D. Brunelle1-2/+14