summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSakib Sajal <sakib.sajal@windriver.com>2021-06-17 11:28:37 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-21 11:09:34 +0100
commit615f0492d224a4855e3f0d7a53b39767d5b4095a (patch)
treefab66ccd4de380079600ceac144ea3a7008ee6a4
parentb8723c114b3d9b58d2da1a86d728d176dcbeb4b1 (diff)
downloadopenembedded-core-615f0492d224a4855e3f0d7a53b39767d5b4095a.tar.gz
oe-time-dd-test.sh: add iostat command
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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
echo "Timeout used: ${TIMEOUT}"
echo "start: top output"
top -c -b -n1 -w 512
- echo "end: top output\n\nstart: cooker log"
+ 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