Deb: idzebra-2.0-utils includes init.d script
[idzebra-moved-to-github.git] / isamb / filesystems.plt
1 # Inspect benchindex1 times with different filesystems
2 set terminal x11
3 # set terminal postscript eps
4 # set output "filesystems.eps"
5 set xlabel "Run"
6 set ylabel "time (seconds)"
7 plot "ext3.dat" title "ext3" smooth acsplines,\
8      "jfs.dat" title "jfs" smooth acsplines, \
9      "reiser.dat" title "reiser" smooth acsplines
10
11 pause 60