run smart test incrementally and relocate batch of sectors
[sysadmin-cookbook] / recepies / netpipe-tcp / test.sh
1 #!/bin/sh
2
3 cd /srv/sysadmin-cookbook/recepies/netpipe-tcp/
4 while read host ; do
5         echo "TEST `hostname` $host"
6         NPtcp -h $host -u 1048576 -o /tmp/$host.np
7 done < hosts