File tree 2 files changed +36
-6
lines changed
2 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 4
4
# : variety = "basic"
5
5
# : target = "helios-2.0"
6
6
# : output_rules = [
7
- # : "/tmp/test_up/*.txt",
8
- # : "/tmp/test_up/dsc/*.txt",
7
+ # : "%/tmp/test_up/*.txt",
8
+ # : "%/tmp/test_up/dsc/*.txt",
9
+ # : "%/tmp/debug/*",
9
10
# : "/tmp/core.*",
10
11
# : ]
11
12
# : skip_clone = true
41
42
42
43
export BINDIR=/var/tmp/bins
43
44
45
+ # Give this test two hours to finish
46
+ jobpid=$$ ; (sleep $(( 120 * 60 )) ; banner fail-timeout; ps -ef; zfs list; kill $jobpid ) &
47
+
48
+ echo " Setup debug logging"
49
+ mkdir /tmp/debug
50
+ psrinfo -v > /tmp/debug/psrinfo.txt
51
+ df -h > /tmp/debug/df.txt || true
52
+ prstat -d d -mLc 1 > /tmp/debug/prstat.txt 2>&1 &
53
+ iostat -T d -xn 1 > /tmp/debug/iostat.txt 2>&1 &
54
+ mpstat -T d 1 > /tmp/debug/mpstat.txt 2>&1 &
55
+ vmstat -T d -p 1 < /dev/null > /tmp/debug/paging.txt 2>&1 &
56
+ pfexec dtrace -Z -s $input /scripts/perf-downstairs-tick.d > /tmp/debug/dtrace.txt 2>&1 &
57
+ pfexec dtrace -Z -s $input /scripts/upstairs_info.d > /tmp/debug/upstairs-info.txt 2>&1 &
58
+
44
59
banner test_up_encrypted
45
60
ptime -m bash " $input /scripts/test_up.sh" -N encrypted
46
61
47
- # Save the output files?
62
+ echo " test-up-encrypted ends "
Original file line number Diff line number Diff line change 4
4
# : variety = "basic"
5
5
# : target = "helios-2.0"
6
6
# : output_rules = [
7
- # : "/tmp/test_up/*.txt",
8
- # : "/tmp/test_up/dsc/*.txt",
7
+ # : "%/tmp/test_up/*.txt",
8
+ # : "%/tmp/test_up/dsc/*.txt",
9
+ # : "%/tmp/debug/*",
9
10
# : "/tmp/core.*",
10
11
# : ]
11
12
# : skip_clone = true
41
42
42
43
export BINDIR=/var/tmp/bins
43
44
45
+ # Give this test two hours to finish
46
+ jobpid=$$ ; (sleep $(( 120 * 60 )) ; banner fail-timeout; ps -ef; zfs list; kill $jobpid ) &
47
+
48
+ echo " Setup debug logging"
49
+ mkdir /tmp/debug
50
+ psrinfo -v > /tmp/debug/psrinfo.txt
51
+ df -h > /tmp/debug/df.txt || true
52
+ prstat -d d -mLc 1 > /tmp/debug/prstat.txt 2>&1 &
53
+ iostat -T d -xn 1 > /tmp/debug/iostat.txt 2>&1 &
54
+ mpstat -T d 1 > /tmp/debug/mpstat.txt 2>&1 &
55
+ vmstat -T d -p 1 < /dev/null > /tmp/debug/paging.txt 2>&1 &
56
+ pfexec dtrace -Z -s $input /scripts/perf-downstairs-tick.d > /tmp/debug/dtrace.txt 2>&1 &
57
+ pfexec dtrace -Z -s $input /scripts/upstairs_info.d > /tmp/debug/upstairs-info.txt 2>&1 &
58
+
44
59
banner test_up_unencrypted
45
60
ptime -m bash " $input /scripts/test_up.sh" -N unencrypted
46
61
47
- # Save the output files?
62
+ echo " test-up-unencrypted ends "
You can’t perform that action at this time.
0 commit comments