summaryrefslogtreecommitdiff
path: root/poky/scripts/oe-time-dd-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/oe-time-dd-test.sh')
-rwxr-xr-xpoky/scripts/oe-time-dd-test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/poky/scripts/oe-time-dd-test.sh b/poky/scripts/oe-time-dd-test.sh
index 46b218b76..ccdd55e66 100755
--- a/poky/scripts/oe-time-dd-test.sh
+++ b/poky/scripts/oe-time-dd-test.sh
@@ -24,6 +24,13 @@ uptime
timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=$1 conv=fsync
if [ $? -ne 0 ]; then
echo "Timeout used: ${TIMEOUT}"
+ echo "start: top output"
top -c -b -n1 -w 512
+ echo "end: top output"
+ echo "start: iostat"
+ iostat -y -z -x 5 1
+ echo "end: iostat"
+ echo "start: cooker log"
tail -30 tmp*/log/cooker/*/console-latest.log
+ echo "end: cooker log"
fi