4 test -d reg-$t && rm -fr reg-$t
8 ../../index/zebraidx -l zebraidx-$t.log init
10 rm -f times-$t.log stat-$t.log
11 while test -f dmoz.$i.xml; do
12 echo -n "$i " >>times-$1.log
14 ../../index/zebraidx -l zebraidx-$t.log -c zebra-$t.cfg -f 10 update dmoz.$i.xml
16 grep ' zebraidx times:' zebraidx-$t.log | sed 's/.*zebraidx times://g' >>times-$t.log
20 if test $mod -eq 0; then
21 echo "run $i" >> stat-$t.log
22 ../../index/zebraidx -l zebraidx-$t.log -c zebra-$t.cfg stat >>stat-$t.log
29 title="ISAM-$t `date`"
31 cat >plot.dem <<ENDOFMESSAGE
32 set output "times-$t.ps"
33 set terminal postscript
38 'times-$t.log' using 2 title 'real' with linespoints, \
39 'times-$t.log' using 3 title 'user' with linespoints, \
40 'times-$t.log' using 4 title 'sys' with linespoints