#!/usr/bin/expect --

spawn make results
expect "MB \[default*\]"
send "\r"
expect "FASTMEM \[default no\]"
send "\r"
expect "SLOWFS \[default no\]"
send "\r"
expect "DISKS \[default none\]"
send "\r"
expect "Processor mhz \[default *\]"
send "\r"
expect "FSDIR \[default /usr/tmp\]"
send "\r"
expect "REMOTE \[default none\]"
send "\r"
expect "Status output file \[ default *\]"
send "\r"
expect "Mail results \[default yes\]"
send "no\r"
#expect "Latency measurements\r"
#expect "*\r"
#expect "Calculating file system latency\r"
#expect "*\r"
#expect "Local networking\r"
#expect "*\r"
#expect "Bandwidth measurements\r"
#expect eof 
#expect "Calculating context switch overhead\r"
#expect "*\r"
set timeout -1
expect "Calculating memory load latency\r"
expect eof
