File: filesystems.plt

package info (click to toggle)
idzebra 2.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,576 kB
  • sloc: ansic: 54,389; xml: 27,058; sh: 5,892; makefile: 1,102; perl: 210; tcl: 64
file content (11 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
# Inspect benchindex1 times with different filesystems
set terminal x11
# set terminal postscript eps
# set output "filesystems.eps"
set xlabel "Run"
set ylabel "time (seconds)"
plot "ext3.dat" title "ext3" smooth acsplines,\
     "jfs.dat" title "jfs" smooth acsplines, \
     "reiser.dat" title "reiser" smooth acsplines

pause 60