6acfd9f92e16fa93e2be4d8d585a095cd01f4b02
[idzebra-moved-to-github.git] / isamb / filesystems.plt
1 # $Id: filesystems.plt,v 1.1 2006-12-12 13:54:33 adam Exp $
2 # Inspect benchindex1 times with different filesystems
3 set terminal x11
4 # set terminal postscript eps
5 # set output "filesystems.eps"
6 set xlabel "Run"
7 set ylabel "time (seconds)"
8 plot "ext3.dat" title "ext3" smooth acsplines,\
9      "jfs.dat" title "jfs" smooth acsplines, \
10      "reiser.dat" title "reiser" smooth acsplines
11
12 pause 60