mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
f585bf4c95
commit
7a09f8dde3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user