summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/oe-time-dd-test.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/oe-time-dd-test.sh b/scripts/oe-time-dd-test.sh
index 103eee5f65..ccdd55e66e 100755
--- a/scripts/oe-time-dd-test.sh
+++ b/scripts/oe-time-dd-test.sh
@@ -26,7 +26,11 @@ if [ $? -ne 0 ]; then
26 echo "Timeout used: ${TIMEOUT}" 26 echo "Timeout used: ${TIMEOUT}"
27 echo "start: top output" 27 echo "start: top output"
28 top -c -b -n1 -w 512 28 top -c -b -n1 -w 512
29 echo "end: top output\n\nstart: cooker log" 29 echo "end: top output"
30 echo "start: iostat"
31 iostat -y -z -x 5 1
32 echo "end: iostat"
33 echo "start: cooker log"
30 tail -30 tmp*/log/cooker/*/console-latest.log 34 tail -30 tmp*/log/cooker/*/console-latest.log
31 echo "end: cooker log" 35 echo "end: cooker log"
32fi 36fi