Signed-off-by: Sakib Sajal <[email protected]>
---
scripts/oe-time-dd-test.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/oe-time-dd-test.sh b/scripts/oe-time-dd-test.sh
index 46b218b76a..103eee5f65 100755
--- a/scripts/oe-time-dd-test.sh
+++ b/scripts/oe-time-dd-test.sh
@@ -24,6 +24,9 @@ uptime
timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=$1
conv=fsync
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"
tail -30 tmp*/log/cooker/*/console-latest.log
+ echo "end: cooker log"
fi
--
2.29.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#152938):
https://lists.openembedded.org/g/openembedded-core/message/152938
Mute This Topic: https://lists.openembedded.org/mt/83534607/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-