All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] oe-time-dd-test.sh: improve output formatting
@ 2021-06-14 16:27 Sakib Sajal
  0 siblings, 0 replies; only message in thread
From: Sakib Sajal @ 2021-06-14 16:27 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-14 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 16:27 [PATCH] oe-time-dd-test.sh: improve output formatting Sakib Sajal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.