mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02: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:
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user