summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSakib Sajal <sakib.sajal@windriver.com>2021-06-17 11:28:37 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-21 11:09:56 +0100
commit7a09f8dde3058c4bf16fa5059f5bc95dc17e4afa (patch)
tree5c90658008d07890c6535b8634f81467bfe85d6a /scripts
parentf585bf4c959ae0b52be8462d278cd289db79b813 (diff)
downloadpoky-7a09f8dde3058c4bf16fa5059f5bc95dc17e4afa.tar.gz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/oe-time-dd-test.sh6
1 files changed, 5 insertions, 1 deletions
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
26 echo "Timeout used: ${TIMEOUT}" 26 echo "Timeout used: ${TIMEOUT}"
27 echo "start: top output" 27 echo "start: top output"
28 top -c -b -n1 -w 512 28 top -c -b -n1 -w 512
29 echo "end: top output\n\nstart: cooker log" 29 echo "end: top output"
30 echo "start: iostat"
31 iostat -y -z -x 5 1
32 echo "end: iostat"
33 echo "start: cooker log"
30 tail -30 tmp*/log/cooker/*/console-latest.log 34 tail -30 tmp*/log/cooker/*/console-latest.log
31 echo "end: cooker log" 35 echo "end: cooker log"
32fi 36fi