The trace analyzer is a program to profile a disksim (ascii) trace and generate a CDF graph, it is written in Phython 2.7 with numpy and boomslang packages. The purpose of this program is to visualize block access patten efficiently.
./analyzer disksim.trace outputname
[Arrival Time in ms] [Device Number] [Sector Number] [Sector Count] [Read(1) or Write(0)]
Yongseok Oh (ysoh@uos.ac.kr)