]> code.ossystems Code Review - openembedded-core.git/commit
scripts: add oe-time-dd-test.sh
authorSakib Sajal <sakib.sajal@windriver.com>
Mon, 22 Mar 2021 08:32:24 +0000 (04:32 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Mar 2021 22:51:20 +0000 (22:51 +0000)
commit26d82f92e5ed2ebdde158d66b86eaf248f56892a
tree97b3ce744ca3a5763d683bbb117ebd687af80713
parenta0dc36d60809a0a937bbb02ec27ba768ef177063
scripts: add oe-time-dd-test.sh

oe-time-dd-test records how much time it takes to
write <count> number of kilobytes to the filesystem.
It also records the number of processes that are in
running (R), uninterruptible sleep (D) and interruptible
sleep (S) state from the output of "top" command.
The purporse of this script is to find which part of
the build system puts stress on the filesystem io and
log all the processes.

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-time-dd-test.sh [new file with mode: 0644]