DragonFlyBSD Kernel Audit
DF-0245 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
set -e
cd "$(dirname "$0")"
echo ">> building df0245_mig (multi-threaded I/O stressor)"
cc -O2 -o df0245_mig df0245_mig.c -lpthread
echo ">> built: ./df0245_mig [threads] [secs]  (root: sysctl iosched.debug=1 to observe)"