old-benchmark-code/kernel/stress.sh

19 lines
206 B
Bash
Raw Normal View History

2011-10-28 11:40:42 -05:00
#!/bin/bash -x
cd /root/benchmarks/kernel/
hosts="try1 try2 try3"
for host in ${hosts}; do
echo {host}
date -u
sync
./build.pl
date -u
sync
date -u
./build.pl --clean
date -u
sync
date -u
done