Binary package “ioapps” in ubuntu trusty

IO profiler and IO traces replayer

 IOApps is an application level profiling and tracing utility suite
 .
 ioreplay is mainly intended for replaying of recorded (using strace)
 IO traces, which is useful for standalone benchmarking. It provides
 many features to ensure validity of such measurements
 .
 ioprofiler is a GUI application for profiling application's IO access
 pattern. It shows all the read/written files by the traced application,
 how many reads were performed, how much data were read and how much time
 was spent reading for each file. Most importantly, it produces nice
 diagrams showing read/write access pattern (i.e. whether the application
 was reading sequentially or randomly) in how big chunks etc