]> code.ossystems Code Review - openembedded-core.git/commitdiff
oe-time-dd-test.sh: add iostat command
authorSakib Sajal <sakib.sajal@windriver.com>
Thu, 17 Jun 2021 15:28:37 +0000 (11:28 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Jun 2021 10:09:34 +0000 (11:09 +0100)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-time-dd-test.sh

index 103eee5f650cce5d56a4780dd881d865245fd63d..ccdd55e66e4bd096c74c1db59b091280099de608 100755 (executable)
@@ -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