Rev 1655 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1655 | giacomo | 1 | This directory contains a set of utilities that can be used to interpret |
2 | the tracer output: |
||
3 | |||
4 | - tdump this example simply prints a Shark trace file |
||
5 | - jdump converts trace file formats from SHARK to JTRACER |
||
6 | - sa prints the distribution of (schedule_time - arrival_time) |
||
7 | - road prints the distribution of the HD seeks |
||
8 | - wait computes the distribution of the wait times on disk requests |
||
9 | |||
10 | Under Linux: to compile, type "make util_linux" |
||
11 | Under MSDOS: uncomment the three lines into types.h, then type "make util_dos" |
||
12 | |||
13 | PJ |