Signed-off-by: Sakib Sajal <[email protected]>
---
scripts/oe-time-dd-test.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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
--
2.25.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#153070):
https://lists.openembedded.org/g/openembedded-core/message/153070
Mute This Topic: https://lists.openembedded.org/mt/83606628/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-