oe-time-dd-test.sh: add iostat command

(From OE-Core rev: 615f0492d224a4855e3f0d7a53b39767d5b4095a)

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Sakib Sajal 2021-06-17 11:28:37 -04:00 committed by Richard Purdie
parent f585bf4c95
commit 7a09f8dde3

View File

@ -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