Blame | Last modification | View Log | RSS feed
This directory contains a set of utilities that can be used to interpret
the tracer output:
- tdump this example simply prints a Shark trace file
- jdump converts trace file formats from SHARK to JTRACER
- sa prints the distribution of (schedule_time - arrival_time)
- road prints the distribution of the HD seeks
- wait computes the distribution of the wait times on disk requests
Under Linux: to compile, type "make util_linux"
Under MSDOS: uncomment the three lines into types.h, then type "make util_dos"
PJ