aboutsummaryrefslogtreecommitdiffstats
path: root/iowatcher
AgeCommit message (Expand)AuthorFilesLines
2014-09-25iowatcher: check the return value from write()HEADmasterChris Mason1-49/+58
2014-09-25iowatcher: fixup the MakefileChris Mason1-2/+2
2014-09-24iowatcher: Properly initialize trace.name in find_trace_fileChris Mason1-1/+1
2014-09-24iowatcher: Fix up some strcpy and strcat usageAndrew Price2-41/+27
2014-09-24iowatcher: Clean up some unused functions, make others staticAndrew Price4-71/+4
2014-09-24iowatcher: Update usage info and improve man pageAndrew Price2-50/+86
2014-09-24iowatcher: Convert start_mpstat to run_programAndrew Price4-99/+52
2014-09-24iowatcher: Convert start_blktrace to run_programAndrew Price2-76/+55
2014-09-24iowatcher: Rework --prog to make arg processing saferAndrew Price5-48/+47
2014-09-24iowatcher: Separate program running from waitingAndrew Price3-18/+34
2014-09-24iowatcher: Correct a couple of calloc callsAndrew Price1-2/+2
2014-09-24iowatcher: Simplify temp movie directory creationAndrew Price2-16/+6
2014-09-24iowatcher: Merge trace dumping functions into oneAndrew Price3-71/+50
2014-09-24iowatcher: Check program exit code properlyAndrew Price1-4/+15
2014-09-24iowatcher: Fix up directory trace processingAndrew Price4-60/+119
2014-09-24iowatcher: Handle REQUEUE eventsJan Kara1-0/+5
2014-09-24iowatcher: Make seconds unsignedJan Kara7-39/+53
2014-09-24iowatcher: Remove duplicate defines from blkparse.cJan Kara1-7/+0
2014-09-24iowatcher: Skip events beyond max_secondsJan Kara3-15/+11
2014-09-24iowatcher: Do not add events out of time range to the plotJan Kara1-1/+3
2014-09-24iowatcher: Fine tune the ticksChris Mason2-2/+2
2014-09-24iowatcher: Update the README for a few new optionsChris Mason1-1/+8
2014-09-24iowatcher: Fix processing of trace filenames containing spacesAndrew Price1-3/+25
2014-09-24iowatcher: Add bounds checking in find_stepAndrew Price1-3/+5
2014-09-24iowatcher: Fix a label overflow in plot_ioAndrew Price1-1/+2
2014-09-24iowatcher: Don't print a legend on the tput graphs during moviesChris Mason1-8/+13
2014-09-24iowatcher: Update the FSF address in all filesChris Mason12-13/+13
2014-09-24iowatcher: Update the COPYING file to the correct addressChris Mason1-21/+19
2014-09-24iowatcher: Add support for fio bandwith logs (-F logfile)Chris Mason7-6/+418
2014-09-24iowatcher: Fix formatting errors in the iowatcher.1 man page.Chris Mason1-14/+15
2014-09-24iowatcher: Fix mpstat handling when the number of CPUs is notChris Mason1-3/+31
2014-09-24iowatcher: Handle traces to more than once device at a timeChris Mason7-72/+340
2014-09-24iowatcher: iowatcher: specify ffmpeg codecNikita Danilov1-2/+9
2014-09-24iowatcher: Add a man page for iowatcherAndrew Price1-0/+116
2014-09-24iowatcher: Fix spindle rotation in the movie modeChris Mason1-2/+2
2014-09-24iowatcher: Fix some rounding errors around the max offsetChris Mason2-5/+4
2014-09-24iowatcher: Fix crash due to missing queue actionJan Kara1-5/+8
2014-09-24iowatcher: Add -K command line option to keep the movie svg filesChris Mason1-1/+11
2014-09-24iowatcher: Only hash IOs if there are completion or issue eventsChris Mason1-27/+37
2014-09-24iowatcher: iowatcher: support png2theora for videosEric Sandeen2-7/+29
2014-09-24iowatcher: Fix path name handling when the trace files are in the current dir...Chris Mason1-1/+1
2014-09-24iowatcher: Fix buffer overwrite issueYuanhan Liu1-9/+11
2014-09-24iowatcher: add blktrace destination optionsLiu Bo1-12/+48
2012-09-25iowatcher: Per process IO graphsJan Kara5-176/+508
2012-09-21iowatcher: Make sure we add the xtick labels if we're only plotting IOChris Mason1-0/+1
2012-09-10iowatcher: Merge branch 'jan'Chris Mason5-130/+339
2012-09-10iowatcher: Add option to set action which should be displayed in the IO graphJan Kara3-1/+32
2012-09-10iowatcher: Improve xticks logicJan Kara1-10/+50
2012-09-10iowatcher: Add options to limit time and sector rangeJan Kara1-1/+104
2012-09-10iowatcher: Ignore trace records beyond max_secondsJan Kara1-12/+6
2012-09-10iowatcher: Add possibility to limit seconds from belowJan Kara3-47/+67
2012-09-10iowatcher: Rename seconds to max_secondsJan Kara4-63/+63
2012-09-10iowatcher: Add support for limitting IO graph offset from belowJan Kara5-41/+59
2012-09-10iowatcher: Fix filtering of outliers from belowJan Kara1-1/+2
2012-09-10iowatcher: Define mask of trace action and use it instead of opencoding the c...Jan Kara1-6/+8
2012-09-10iowatcher: Fix typo in option descriptionJan Kara1-1/+1
2012-08-30iowatcher: Check for null mpstat structs while generating plotsChris Mason1-6/+13
2012-08-28iowatcher: Add -c to split the graphs up into multiple columnsChris Mason3-88/+142
2012-08-27iowatcher: Fix divide by zero while calculating averagesChris Mason1-3/+6
2012-08-27iowatcher: Update the README and the --help outputChris Mason2-9/+36
2012-08-27iowatcher: Start support for multiple colums of plotsChris Mason3-145/+215
2012-08-27iowatcher: Fix io line graphs at the edge of the X axisChris Mason1-1/+1
2012-08-27iowatcher: Fix the line graphs for values near the edges of the graphChris Mason1-2/+11
2012-08-27iowatcher: Fix mpstat file permissionsChris Mason1-1/+1
2012-08-27iowatcher: Add initial support for flash tracingChris Mason6-42/+180
2012-08-22iowatcher: Add a new movie mode that maps the IOs onto a platter.Chris Mason3-31/+226
2012-08-21iowatcher: Switch to ffmpeg for movie encoding. Chrome and vlc like these be...Chris Mason1-3/+2
2012-08-20iowatcher: Add back missing plot titleChris Mason1-1/+1
2012-08-20iowatcher: Fix --help definitionChris Mason1-1/+1
2012-08-20iowatcher: Add mpstat.[ch] into gitChris Mason2-0/+303
2012-08-20iowatcher: Add movie supportChris Mason3-126/+504
2012-08-16iowatcher: Add mpstat graphing supportChris Mason8-32/+311
2012-08-15iowatcher: Initial revisionChris Mason11-0/+3355