aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-27Fix up some strcpy and strcat usageAndrew Price1-40/+24
2014-04-27Update usage info and improve man pageAndrew Price1-1/+1
2014-04-27Convert start_mpstat to run_programAndrew Price1-17/+16
2014-04-26Rework --prog to make arg processing saferAndrew Price1-19/+26
2014-04-26Correct a couple of calloc callsAndrew Price1-2/+2
2014-04-26Simplify temp movie directory creationAndrew Price1-15/+6
2014-01-08Merge Jan Kara's fixesChris Mason1-26/+33
2013-09-24Make seconds unsignedJan Kara1-20/+28
2013-09-24Skip events beyond max_secondsJan Kara1-5/+4
2013-09-24Fine tune the ticksChris Mason1-1/+1
2013-09-05Fix a label overflow in plot_ioAndrew Price1-1/+2
2013-01-21Don't print a legend on the tput graphs during moviesv1.0Chris Mason1-8/+13
2013-01-21Update the FSF address in all filesChris Mason1-1/+1
2013-01-20Add support for fio bandwith logs (-F logfile)Chris Mason1-5/+148
2013-01-17Handle traces to more than once device at a timeChris Mason1-30/+62
2013-01-14iowatcher: specify ffmpeg codecNikita Danilov1-2/+9
2012-10-26Fix some rounding errors around the max offsetChris Mason1-2/+2
2012-10-22Add -K command line option to keep the movie svg filesChris Mason1-1/+11
2012-10-19iowatcher: support png2theora for videosEric Sandeen1-2/+21
2012-10-17Fix buffer overwrite issuev1.0-rc1Yuanhan Liu1-9/+11
2012-10-02Iowatcher: add blktrace destination optionsLiu Bo1-12/+48
2012-09-25Per process IO graphsJan Kara1-129/+218
2012-09-21Make sure we add the xtick labels if we're only plotting IOChris Mason1-0/+1
2012-09-10Merge branch 'jan'Chris Mason1-60/+194
2012-09-10Add option to set action which should be displayed in the IO graphJan Kara1-1/+15
2012-09-10Add options to limit time and sector rangeJan Kara1-1/+104
2012-09-10Add possibility to limit seconds from belowJan Kara1-34/+45
2012-09-10Rename seconds to max_secondsJan Kara1-47/+47
2012-09-10Add support for limitting IO graph offset from belowJan Kara1-13/+19
2012-09-10Fix typo in option descriptionJan Kara1-1/+1
2012-08-30Check for null mpstat structs while generating plotsChris Mason1-6/+13
2012-08-28Add -c to split the graphs up into multiple columnsChris Mason1-68/+123
2012-08-27Fix divide by zero while calculating averagesChris Mason1-3/+6
2012-08-27Update the README and the --help outputChris Mason1-1/+3
2012-08-27Start support for multiple colums of plotsChris Mason1-133/+167
2012-08-27Add initial support for flash tracingChris Mason1-25/+33
2012-08-22Add a new movie mode that maps the IOs onto a platter.Chris Mason1-18/+59
2012-08-21Switch to ffmpeg for movie encoding. Chrome and vlc like these better.Chris Mason1-3/+2
2012-08-20Add back missing plot titleChris Mason1-1/+1
2012-08-20Fix --help definitionChris Mason1-1/+1
2012-08-20Add movie supportChris Mason1-105/+329
2012-08-16Add mpstat graphing supportChris Mason1-5/+218
2012-08-15Initial revisionChris Mason1-0/+687